diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-14 23:05:35 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-14 23:05:35 +0200 |
commit | 562895c69b2500bcede1da17e3ee84670a4cda10 (patch) | |
tree | ee833e9f4fd1dca8a8ef103b74cfca12ca349209 | |
parent | c58b34b44902df520d84f2c86ba421add912090b (diff) |
Pageheader background image.
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,10 +59,12 @@ DIV.header span { DIV.pageheader { background-color: white; + background-image: icon.jpg; height: 110px; margin: 19px; } + DIV#branding-logo { position: absolute; top: 75px; |