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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-04-24 18:27:08 +00:00
parent 6948c5f0fa
commit 8f63ab9743
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;