diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-21 21:43:06 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-21 21:43:06 -0500 |
| commit | 572d443a91dc244a1bdc1fb930060d71e7ebc243 (patch) | |
| tree | 2d11755836dd81adda1e2253428bdd6fc634e850 | |
| parent | 6a07d5ff97999a1584a923f92a0410d6c07f3c48 (diff) | |
sostler css commit
| -rwxr-xr-x | static/css/dump.css | 6 | ||||
| -rw-r--r-- | template/profile.st | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index ce07b45..d4b7000 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -140,7 +140,7 @@ left:-1px; box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #000; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #000; -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #000; - +z-index: 1; } #bar7{ top:19px; @@ -1622,7 +1622,7 @@ z-index:5555; max-height:600px; height: expression(this.width > 600 ? 600: true); border:0px; - z-index:4; + z-index:0; } @@ -1642,7 +1642,7 @@ text-overflow: ellipsis-word; border:1px solid #f0e0d6; margin-left:20px; margin-bottom:20px; - z-index:4; + z-index:0; line-height:20px; text-align: left; diff --git a/template/profile.st b/template/profile.st index d948e4f..f66069e 100644 --- a/template/profile.st +++ b/template/profile.st @@ -74,10 +74,10 @@ <h2><a href="http://dump.fm/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡</a></h2> <hr> <h2><a href="http://dump.fm/$nick$/favorites"> $if(is_home)$ your $else$ $nick$'s $endif$ favs ➡</a></h2> - <!--- + <hr> <a href="http://dump.fm/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular ➡</h3></a> - --!> + </div> <div id="dashpix"> <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> |
