Skip to content

Commit

Permalink
Centering photosets
Browse files Browse the repository at this point in the history
  • Loading branch information
bbot committed May 14, 2012
1 parent 3ef9956 commit 0aa4f00
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _core.scss 100644 → 100755
Expand Up @@ -50,25 +50,19 @@
} }
} }


@media screen and (min-width:801px) {
body
{
padding:20px;
}
}

html html
{ {
background:#DDD; background: #222;
} }


body body
{ {
background:#FFF; background:#FFF;
font-family:Georgia, Helvetica, sans-serif; font-family:Georgia, Helvetica, sans-serif;
font-size:16px;
color:#202020; color:#202020;
margin:10px auto; margin:10px auto;
@include box-shadow(0, 0, 40px, 5px, #999); @include box-shadow(0, 0, 30px, 2px, white);
} }


#nagbox #nagbox
Expand Down Expand Up @@ -128,4 +122,10 @@ p code
font-size:.8em; font-size:.8em;
background:#D9E5ED; background:#D9E5ED;
font-family:'Lucida Console', monospace; font-family:'Lucida Console', monospace;
} }

.photoset_html
{
width:500px;
margin:auto;
}

0 comments on commit 0aa4f00

Please sign in to comment.