diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -59,11 +59,17 @@ DIV.header span { DIV.pageheader { background-color: white; - background-image: icon.png; height: 110px; margin: 19px; } +DIV#branding { + display: block; + height: 100px; + background-image: url(butterfly.png); + background-position: 40% 0; + background-repetition: no-repeat; +} DIV#branding-logo { position: absolute; |