diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 15:21:15 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 15:21:15 -0500 |
| commit | c5d2f05f287613a61fb32d20514f44c83a309d21 (patch) | |
| tree | 38ee8ce36c722b83911039c272c3799c1cc0f67e | |
| parent | e03dedba4c113a87d35e5ddf00e8ccf9acfc760b (diff) | |
timb merging ryder's changes
| -rwxr-xr-x | static/header.css | 10 | ||||
| -rwxr-xr-x | template/banner.st | 2 | ||||
| -rwxr-xr-x | template/head.st | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/static/header.css b/static/header.css index ab864f0..8b7f17e 100755 --- a/static/header.css +++ b/static/header.css @@ -35,6 +35,7 @@ margin-right:80%; margin: 0px auto -1px auto; top: 0px; position:fixed; +background-repeat:repeat-x; width:100%; left: 0px; @@ -52,7 +53,7 @@ color:#ccc; text-indent:14; line-height:1.8; text-shadow: 1px 1px 0px #000; - left: 155px; + left: 270px; margin-left: 1.2%; margin-right: 8%; letter-spacing:.2px; @@ -75,12 +76,11 @@ line-height:1.8; #logout7 a:hover{font-size:12px; } #logo7{ - top:20px; - margin-left: 15px; + margin-left: -2px; margin-right: 10%; z-index:1000; float:left; - margin-top: 4px; + margin-top: -5px; } #logo7 a{font-size:60; text-shadow: 2px 1px 1px #000; @@ -104,7 +104,7 @@ color:#ccc; text-indent:14; line-height:1.8; text-shadow: -1px 1px 0px #; - right: 10px; + right: 50px; margin-right: 3%; letter-spacing:.2px; diff --git a/template/banner.st b/template/banner.st index 1fbc62b..981fe3b 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@ <div id="header7"> <div id="logoicons"> <div id="logo7"> - <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)"><img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0"></a></div> + <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/modbarover.png',1)"><img src="/static/modbar.png" name="Image2" border="0"></a></div> <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> diff --git a/template/head.st b/template/head.st index 780d60c..d1037fb 100755 --- a/template/head.st +++ b/template/head.st @@ -1,4 +1,4 @@ -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> --> |
