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:
parent
097080a29e
commit
2c32adcc6e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user