diff options
| author | sostler <sbostler@gmail.com> | 2010-01-03 01:05:18 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-03 01:05:18 -0500 |
| commit | 75a590ec89a9b7afb070331a25069e75a33ec30b (patch) | |
| tree | e2320187842224267f898d6e84dde3400480897f /static/index.html | |
| parent | 7fd7757c4db84ec6cf8578ec1f9a778977710bcc (diff) | |
| parent | 9d7877bb39a0ff45ce67e95ca04d32077027a23a (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod/
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/static/index.html b/static/index.html index 50978a3..5373ebd 100755 --- a/static/index.html +++ b/static/index.html @@ -130,13 +130,9 @@ td { } .btnav { border: 0px #000000 solid;} body { - background-color:#e3e3e3; - - background-image:url(static/brokenlinkk.gif); + background-image:url(static/shaq.gif); background-position:center; - - background-repeat:no-repeat; overflow:hidden; } .submit { @@ -203,13 +199,13 @@ body { <h1 align="center"> </h1> <h1 align="center"><br /> u - <input type="text" class="feild"id="nickInput" size="17" name="txt" value="username" + <input type="text" class="feild"id="nickInput" size="17" name="txt" onfocus="if(this.beenchanged!=true){ this.value = ''}" onblur="if(this.beenchanged!=true) { this.value='username' }" onchange="this.beenchanged = true;"/> <br /> p - <input type="password" class="feild" id="passwordInput" size="17"name="txt" value="password" + <input type="password" class="feild" id="passwordInput" size="17"name="txt" onfocus="if(this.beenchanged!=true){ this.value = ''}" onblur="if(this.beenchanged!=true) { this.value='passwordpasswordd' }" onchange="this.beenchanged = true;"/> @@ -232,7 +228,7 @@ onchange="this.beenchanged = true;"/> </div> </div> -<div style="position: fixed; bottom: 3px; right: 3px; font-size: xx-small; z-index: 10;"><button onclick="getBackground()" title="Rotate background image" style="font-size: xx-small;">+</button></div> + </body> </html> |
