mirror of
https://github.com/fortressforever/fortressforever-web.git
synced 2024-11-10 06:42:10 +00:00
Relative bg_slashes.gif
This commit is contained in:
parent
6df64ebfc1
commit
029fb050e3
3 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
BIN
images/bg_slashes.gif
Normal file
BIN
images/bg_slashes.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 B |
|
@ -8,7 +8,7 @@ $DB = $config["site_db"];
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Fortress Forever</title>
|
||||
<title>Fortress Forever - A Source Mod inspired by Team Fortress</title>
|
||||
<base href="<?=FF_HOST?>/" />
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
|
|
Loading…
Reference in a new issue