From 2041ed45c75ded3b0f7b6c5e6536dc262406b0d1 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 14 Nov 2010 16:22:43 -0500 Subject: sostler prod commit --- template/profile.st | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/profile.st') diff --git a/template/profile.st b/template/profile.st index 8d8a019..d948e4f 100644 --- a/template/profile.st +++ b/template/profile.st @@ -74,8 +74,10 @@

$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡


$if(is_home)$ your $else$ $nick$'s $endif$ favs ➡

-
+
$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps
-- cgit v1.2.3-70-g09d2 From 572d443a91dc244a1bdc1fb930060d71e7ebc243 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 21 Nov 2010 21:43:06 -0500 Subject: sostler css commit --- static/css/dump.css | 6 +++--- template/profile.st | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'template/profile.st') 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 @@

$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡


$if(is_home)$ your $else$ $nick$'s $endif$ favs ➡

- +
$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps
-- cgit v1.2.3-70-g09d2