diff --git a/css/style.css b/css/style.css index e9b9412..0569fd7 100644 --- a/css/style.css +++ b/css/style.css @@ -261,7 +261,7 @@ header h1 a:hover {text-decoration:none;} text-align:center; } .header-half {width: auto; position:relative; float: none; height: auto; margin: 1%; padding: 1em 0em; } -.billboard { background-image: url("http://www.fortress-forever.com/bg_slashes.gif"); background-color: #86929C; color: #fff; } +.billboard { background-image: url("../images/bg_slashes.gif"); background-color: #86929C; color: #fff; } .billboard a { color: #CDD7DD; } .billboard .highlight { background-color: rgba(0,0,0,.1); padding:.05em .25em; } .billboard.padded { padding-top: 2.5em; padding-bottom: 1.5em; } diff --git a/images/bg_slashes.gif b/images/bg_slashes.gif new file mode 100644 index 0000000..29d602e Binary files /dev/null and b/images/bg_slashes.gif differ diff --git a/index.php b/index.php index 2e8637d..2a7c3d2 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ $DB = $config["site_db"];
-