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:
parent
18f95b7dd5
commit
6948c5f0fa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue