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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-04-24 18:20:17 +00:00
parent 18f95b7dd5
commit 6948c5f0fa
1 changed files with 4 additions and 2 deletions

View File

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