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:
parent
2334d676fb
commit
346fe8e7d2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue