diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/static/index.html b/static/index.html index fd6afe7..c532355 100755 --- a/static/index.html +++ b/static/index.html @@ -272,9 +272,9 @@ margin-left:-42px;text-decoration:none; text-decoration:none; } #footer{ -padding-bottom:5px; - -text-align: center; + padding-bottom:5px; + + text-align: center; color:#000; font-size:11px; word-spacing:30px; @@ -282,16 +282,20 @@ word-spacing:30px; background-color:#eff5fb; margin-top:240px; width:798px; -} -#bottomrow img{ -background-image:url(/static/img/grgrad.png); + } + #bottomrow img{ + background-image:url(/static/img/grgrad.png); border-radius: 15px; border:5px solid #ccc; padding:5px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -} -#footer a{color:#000;text-decoration:none;} + } + #footer a{color:#000;text-decoration:none;} + + .word-spacing-normal { + word-spacing: normal; + } @@ -391,7 +395,7 @@ height="205"></div> \ <div id="footer"> @2010 <a href="/">dump.fm</a> -<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> +<a href="/about_us"><span class="word-spacing-normal">About Us</span></a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a></div> </div> |
