In twentyten, fix print stylesheet for single column page template.

git-svn-id: https://develop.svn.wordpress.org/trunk@14224 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-04-24 18:20:17 +00:00
parent 2334d676fb
commit 346fe8e7d2
1 changed files with 4 additions and 2 deletions

View File

@ -1259,7 +1259,7 @@ code {
position: relative !important; position: relative !important;
} }
#header { #header {
border-bottom: 4pt solid #000; border-bottom: 1pt solid #000;
padding-bottom: 18pt; padding-bottom: 18pt;
} }
#site-title, #site-title,
@ -1295,7 +1295,9 @@ code {
width: 100%; width: 100%;
margin: 0; margin: 0;
} }
#content { #content,
.onecolumn #content {
width: 100%;
margin: 24pt 0 0; margin: 24pt 0 0;
} }
.wp-caption p { .wp-caption p {