Skip to content

Commit

Permalink
Better styles for wrapper padding
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncampbell committed Dec 22, 2011
1 parent 5920b83 commit 636e57b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style.css
Expand Up @@ -35,11 +35,14 @@ h5 {


#content-container { #content-container {
background-color:#FFF; background-color:#FFF;
margin-top:1em; }

#wrapper {
padding-top:1em;
} }


#content { #content {
padding:10px; padding:0 10px 10px 10px;
} }


/* Text meant only for screen readers */ /* Text meant only for screen readers */
Expand Down Expand Up @@ -569,7 +572,7 @@ img.wp-smiley, img.wp-wink {
.widget-container { .widget-container {
background:#FFF; background:#FFF;
border:1px solid #DDD; border:1px solid #DDD;
margin:1em 0; margin-bottom:1em;
} }


.widget-container p, .widget-container p,
Expand Down

0 comments on commit 636e57b

Please sign in to comment.