diff options
| author | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
| commit | fb4f8932ad3caf7a5ffdb09685d7424879a92ead (patch) | |
| tree | b018770c09f58da9b511baadb5b9b32bbcf6c137 /static/index.html | |
| parent | 532d81b0207314aad593d1e398076915e53da7e9 (diff) | |
| parent | 5b2139d5a747f37264160b43b4c776846b54cb74 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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> |
