Header generator font fixes from skeltoac. fixes #1728

git-svn-id: https://develop.svn.wordpress.org/trunk@2930 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-10-05 22:24:29 +00:00
parent 097080a29e
commit 2c32adcc6e
1 changed files with 6 additions and 0 deletions

View File

@ -242,6 +242,9 @@ function kubrick_theme_page_head() {
#headwrap {
text-align: center;
}
#kubrick-header {
font-size: 80%;
}
#kubrick-header .hibrowser {
width: 780px;
height: 260px;
@ -251,6 +254,8 @@ function kubrick_theme_page_head() {
display: none;
}
#kubrick-header #header h1 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
font-size: 4em;
text-align: center;
padding-top: 70px;
@ -258,6 +263,7 @@ function kubrick_theme_page_head() {
}
#kubrick-header #header .description {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1.2em;
text-align: center;
}