diff options
| author | sostler <sbostler@gmail.com> | 2010-03-04 00:13:08 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-04 00:13:08 -0500 |
| commit | a7e335a9b036b1837fd1b0b1b61cb676b61179b6 (patch) | |
| tree | 1a6b9d443b86006cde1284f0bc35b4b57d36091a /static/index.html | |
| parent | 79cfa2701828fb9bed1f0dd5d618970f274e6df5 (diff) | |
| parent | 9d4e112788a7047279698152c1c1db1662d89b0d (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index ccdf7ee..ed97c85 100755 --- a/static/index.html +++ b/static/index.html @@ -35,6 +35,7 @@ function MM_swapImage() { //v3.0 <style type="text/css"> + body { background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; background-repeat:repeat-x; @@ -84,9 +85,8 @@ body { #info { width:420px; margin: 11px auto -1px auto; - position: relative; opacity:0.9; - +height:30; vertical-align: bottom; } @@ -167,6 +167,7 @@ label { color: #222; } + </style> </head> <body> |
