diff options
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> |
