diff options
| author | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
| commit | 7ee071fd5909b5bded7eb141e0973f264daa60f1 (patch) | |
| tree | ffb91173bc692b27823baf2451af134314725b66 /static/css/index.css | |
| parent | 102739f9c4f0d31b9ce130de1e19fd5a99bc1fd6 (diff) | |
| parent | a56999f4bfc6d12c34f9fb7201b6f86e537a5207 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/index.css b/static/css/index.css index 035f7a5..431a703 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1,6 +1,6 @@ body { - background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; + background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; } @@ -128,14 +128,14 @@ z-index:2; } #furie1 { position: absolute; - left: -270px; - top: 125px; + left: -250px; + top: 130px; z-index:-1;display:block; } #furie2 { position: absolute; - left:360px; + left:330px; top: 185px; z-index:-1; display:block; @@ -295,7 +295,7 @@ margin-bottom:7px; #talkaboutus{ position:relative; z-index:20; -top:-55px; +top:-20px; width:311px; margin: 0 auto 0 auto; } |
