From: Robert Sesek Date: Wed, 31 Dec 2008 20:19:18 +0000 (-0800) Subject: Add the background image to #title X-Git-Tag: 3.2.0~19 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=b2ba910cec3b80b50a1cb426848716af7b9a3f7e;p=isso.git Add the background image to #title * Decorator.css.php * DecoratorResources/title.jpg: New file --- diff --git a/Decorator.css.php b/Decorator.css.php index cc91bf2..44ca293 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -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(/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 index 0000000..2bb88d2 Binary files /dev/null and b/DecoratorResources/title.jpg differ