diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:41:12 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:41:12 +0000 |
commit | 35d88f0c4280fb20259480a170a8ae6262ad3c1f (patch) | |
tree | 50b4f7194edebe1aab7f8b6549f124e0ad2e5a90 /media/sass | |
parent | 86dbf0c4f7bd0176181f34f2cf80cb79feac570a (diff) |
added viewport scaling
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/base.sass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 692a212..9434e1e 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -26,8 +26,8 @@ body position: relative padding: 0 //max-width: 61.75em /* 988px / 16px = 61.75em */ - max-width = 30em /* 3 cols @ 92px + 20px gutter -- 480px / 16px = */ - background: white url('../img/988px-9col-92w-20gut.png') 552px 0 repeat-y + max-width = 20.9375em /* 3 cols @ 92px + 20px gutter -- 335px / 16px = */ + background: white url('../img/988px-9col-92w-20gut.png') 217px 0 repeat-y /* ###################Typography############# */ @@ -54,7 +54,7 @@ img border: 10px $brown solid #featured-image img - width = 94% /* 315 / 520 */ + width = 95% /* 315 / 520 */ h1 font: normal 1.875em Helvetica, Verdana, sans-serif @@ -93,7 +93,7 @@ footer font-size: .625em text-align: center + .postpic, .post-image float: left - margin: .625em .625em .625em 0 - clear: right + margin: 0 .625em .625em 0 |