diff options
Diffstat (limited to 'static/nickinterview')
| -rwxr-xr-x | static/nickinterview/index.html | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/static/nickinterview/index.html b/static/nickinterview/index.html index 9951524..c80c855 100755 --- a/static/nickinterview/index.html +++ b/static/nickinterview/index.html @@ -31,8 +31,27 @@ bottom: 100px; height: 40px; width: 300px; - }; - .stuff{overflow:auto;} + } + + .stuff{overflow:auto;} + + .preload-pixel { + visibility: hidden; + width: 0; + height: 0; + } + + .float-left { + float: left; + } + + #inpage-search-results { + background-color: #fff; + } + + .word-spacing-normal { + word-spacing: normal; + } </style> <script> @@ -52,13 +71,13 @@ <div id="logoicons"> <div id="logo7"> <div align="center"> - <img style="visibility: hidden; width: 0px; height: 0px;" border="0" height="0" width="0"> + <img class="preload-pixel" border="0" height="0" width="0"> <a class="img_roll" href="/"></a> </div> </div> <div class="white"> <div id="bar7"> - <div style="float: left;"> + <div class="float-left"> <div align="center"> @@ -122,7 +141,7 @@ - <div id="inpage-search-results" style="background-color: white;"> + <div id="inpage-search-results"> <div id="search-controls"> <span id="search-message"></span> <a id="search-control-close" href="javascript:Search.close()">close</a> @@ -146,7 +165,7 @@ <div class="username"><a href="/ryder" target="_blank"><img src="/avatars/20101012/1286860748577-dumpfm-ryder-cat-innertube.gif" height="50" width="50">ryder</a></div> </div> - <div id="favbox" style=""></div> + <div id="favbox"></div> <div id="messageList"> <div class="msgDiv oldmsg dump contains-image" id="message-1840784" nick="ryder"> @@ -2032,8 +2051,8 @@ stop.. to stand back and say this is <a target="_blank" href="http://www.graphic </div> <div id="footerc"> @2010 <a href="http://peoplewholiketochatalot.dump.fm/">dump.fm</a> - <a href="/about_us" style="word-spacing: normal;">About Us</a> - <a href="/help" style="word-spacing: normal;">Help FAQ</a> + <a href="/about_us" class="word-spacing-normal">About Us</a> + <a href="/help" class="word-spacing-normal">Help FAQ</a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a> @@ -2056,4 +2075,4 @@ stop.. to stand back and say this is <a target="_blank" href="http://www.graphic <img src="peoplewholiketochatalot%20dump.fm_files/dumppixelhover.png" class="invisible"> <img src="peoplewholiketochatalot%20dump.fm_files/dumppixelhover_002.png" class="invisible"> </div> - </body></html>
\ No newline at end of file + </body></html> |
