Skip to content

Commit

Permalink
Fixed page padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwhimpey committed Mar 22, 2012
1 parent 800399a commit fe3c990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -302,7 +302,7 @@ div.nav ul {

.page .entry-content { padding: 0 30px; }

body.page .entry-content { padding: 0; }
body.page .entry-content { padding: 0 30px; }

body.page-id-306 .entry-content { padding: 0 30px; } /* PMs */

Expand Down

0 comments on commit fe3c990

Please sign in to comment.