diff options
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 { |