From 0aa4f0003d02c81eddd8ab3dc775521481aaee4b Mon Sep 17 00:00:00 2001 From: bbot Date: Sun, 13 May 2012 17:06:38 -0700 Subject: [PATCH] Centering photosets --- _core.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) mode change 100644 => 100755 _core.scss diff --git a/_core.scss b/_core.scss old mode 100644 new mode 100755 index df152b5..76c7fd6 --- a/_core.scss +++ b/_core.scss @@ -50,25 +50,19 @@ } } -@media screen and (min-width:801px) { - body - { - padding:20px; - } -} - html { - background:#DDD; + background: #222; } body { background:#FFF; font-family:Georgia, Helvetica, sans-serif; + font-size:16px; color:#202020; margin:10px auto; - @include box-shadow(0, 0, 40px, 5px, #999); + @include box-shadow(0, 0, 30px, 2px, white); } #nagbox @@ -128,4 +122,10 @@ p code font-size:.8em; background:#D9E5ED; font-family:'Lucida Console', monospace; -} \ No newline at end of file +} + +.photoset_html +{ + width:500px; + margin:auto; +}