diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-09 00:16:38 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-09 00:16:38 +0200 |
commit | 301c82266edd54d8e0d843643d91ab8b7c1e57de (patch) | |
tree | d667e192f26b12a379a5ca1e28bb436baa32f100 /styles | |
parent | 8393c9551521a1bcc163572963600852cee33bbc (diff) |
box.css
* Placed logo
Diffstat (limited to 'styles')
-rw-r--r-- | styles/box.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/box.css b/styles/box.css index f8c96bd..61fec16 100644 --- a/styles/box.css +++ b/styles/box.css @@ -33,6 +33,9 @@ div.header { background: #222222; border-top: 1px solid #333333; border-bottom: 1px solid #000000; + background-image: url("box_img/logo.png"); + background-repeat: no-repeat; + background-position: 1px 1px; } a.header_link { |