diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-05-15 18:33:00 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-05-15 18:33:00 -0400 |
commit | c7d5365f81552cae16bbb91696ca3e67b4a0a2e9 (patch) | |
tree | 76c57e41828a3492535cde7fe82bef98ccea0eb4 /source/test | |
parent | e4c2d5790bac6a74037638fde049c374fc44cc7b (diff) | |
download | my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.tar.xz my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.zip |
major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading
Diffstat (limited to 'source/test')
-rw-r--r-- | source/test/typography.haml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source/test/typography.haml b/source/test/typography.haml index f7e7b17b..bc524620 100644 --- a/source/test/typography.haml +++ b/source/test/typography.haml @@ -1,6 +1,7 @@ --- -layout: default -title: Typography Debug +layout: page +title: Typography Testing +no_sidebar: true --- %h1 Level 01 Heading @@ -35,7 +36,7 @@ title: Typography Debug %p %abbr(title="For The Win!") FTW! %p - + %h3 Unordered lists %ul %li Lorem ipsum dolor sit amet @@ -48,7 +49,7 @@ title: Typography Debug %li Consectetur adipisicing elit %li Sed do eiusmod tempor incididunt ut labore %li Et dolore magna aliqua - + %h3 Blockquotes %blockquote %p @@ -113,4 +114,4 @@ title: Typography Debug %tt <tt> Pellentesque tempor, dui ut ultrices viverra, neque urna blandit nisi, id accumsan dolor est vitae risus. -%hr
\ No newline at end of file +%hr |