In twentyten, equalize border size on header and footer for print

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

View File

@ -1259,9 +1259,12 @@ code {
position: relative !important;
}
#header {
border-bottom: 1pt solid #000;
border-bottom: 2pt solid #000;
padding-bottom: 18pt;
}
#colophon {
border-top: 2pt solid #000;
}
#site-title,
#site-description {
float: none;