diff options
author | luxagraf <luxagraf@gmail.com> | 2011-08-16 22:07:54 -0400 |
---|---|---|
committer | luxagraf <luxagraf@gmail.com> | 2011-08-16 22:07:54 -0400 |
commit | 0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 (patch) | |
tree | fbcb1ccee6512aa91b665f231a4405ecedef439f /media/sass/_typography.sass | |
parent | 5e76a7bbb5d114ecd310ad3f408c33331a072037 (diff) |
cleaned up html in archives, eliminated some nav and section tags
Diffstat (limited to 'media/sass/_typography.sass')
-rw-r--r-- | media/sass/_typography.sass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media/sass/_typography.sass b/media/sass/_typography.sass index 5dd39cf..64f25fc 100644 --- a/media/sass/_typography.sass +++ b/media/sass/_typography.sass @@ -35,12 +35,13 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, html overflow-y: scroll background: rgb(255, 255, 255) /*url(../img/grid.jpg) 50% 0 repeat-y*/ + border-top: 3px $brown solid body margin: 0 auto padding: 0 width: 90% - font: normal 100% unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif + font: normal 100% ff-meta-serif-web-pro, unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif color: $brown background-color: transparent @@ -168,10 +169,10 @@ pre, code padding: 18px 10px 5px 0 overflow: visible .double .drop, .drop-small - font-size: 2.9em + font-size: 3.1em display: block float: left - padding: 18px 8px 5px 0 + padding: 16px 8px 5px 0 overflow: visible .button display: block |