Add the background image to #title
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 31 Dec 2008 20:19:18 +0000 (12:19 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 31 Dec 2008 20:19:18 +0000 (12:19 -0800)
* Decorator.css.php
* DecoratorResources/title.jpg: New file

Decorator.css.php
DecoratorResources/title.jpg [new file with mode: 0644]

index cc91bf27a42b47c22afe42aa14cd6ec7dacd2b4a..44ca2930a53f291c695d66f7713b7f6ee7826e3d 100644 (file)
@@ -38,9 +38,20 @@ body
 /* Title section that appears at the top of pages */
 #title
 {
+       border-width: 0px 0px 1px 0px;
+       border-color: rgb(0, 0, 0);
+       border-style: solid;
+       
        height: 50px;
+       line-height: 50px;
        width: 100%;
        
+       text-indent: 10px;
+       margin-bottom: -15px;
+       
+       background-image: url(<?php echo $path ?>/DecoratorResources/title.jpg);
+       background-repeat: repeat-x;
+       
        font-size: 24px;
        font-weight: bold;
        color: rgb(255, 255, 255);
diff --git a/DecoratorResources/title.jpg b/DecoratorResources/title.jpg
new file mode 100644 (file)
index 0000000..2bb88d2
Binary files /dev/null and b/DecoratorResources/title.jpg differ