diff options
Diffstat (limited to 'media/sass/_globals.sass')
-rw-r--r-- | media/sass/_globals.sass | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/media/sass/_globals.sass b/media/sass/_globals.sass index 708a394..9fb7ffd 100644 --- a/media/sass/_globals.sass +++ b/media/sass/_globals.sass @@ -13,7 +13,7 @@ body background: white font-family: unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif /* font-size 15px - font-size: 62.5% + font-size: 15px /* line height of 24 px line-height: 23px color: $luxagraf_brown @@ -42,13 +42,14 @@ a header border-bottom: $luxagraf_brown 2px solid - height: 160px + height: 150px margin-bottom: 40px +small-serif + font-size: 12px nav text-transform: uppercase float: left - margin-top: 113px + margin-top: 102px margin-left: $col li display: inline @@ -61,7 +62,7 @@ header //logo link #logo background: url("../img/logo.png") no-repeat left bottom - height: 158px + height: 148px width: $col7 float: left text-indent: -1000px @@ -76,7 +77,7 @@ footer background: $luxagraf_brown height: 36px color: #888888 - font-size: 1.2em + font-size: 12px margin: 80px auto 0 li float: left @@ -102,7 +103,7 @@ article ul #breadcrumbs font-weight: normal +tiny-serif - font-size: 110% + font-size: 11px li display: inline @@ -206,7 +207,7 @@ sup // shit to hide ------------------------------ .hide, .dsq-brlink, img[src='http://maps.gstatic.com/intl/en_us/mapfiles/poweredby.png'], .terms-of-use-link, #dsq-comments-count - display: "none" + display: none div[dir='ltr'] span width: 0 |