diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index 9a8c434..8529890 100644 --- a/static/index.html +++ b/static/index.html @@ -44,6 +44,7 @@ jQuery(window).load(function() { + body{margin:0px; background-color:#fff; font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; @@ -100,7 +101,6 @@ width:100; } #wtftxt{ -display:none; background-color:#fff; padding:5px; padding-left:15px; @@ -188,7 +188,7 @@ margin-right:5px; height: 15px; margin: 1px; } -#wtf{ +#registertxt{ float:left; width:538px; position:absolute; @@ -285,6 +285,10 @@ padding:5px; + + + + </style> </head> <body> @@ -303,7 +307,7 @@ HOME OF DEAL WITH IT!! </div> <div id="bottomcontainer"> -<div id="wtf"> +<div id="registertxt"> <a href="/register"><div id="wtftxt"> Click here to Register!</a> </div> |
