From 2abe10b8ea4b5d69fc7f6513bf465541454ca2cf Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 11 Dec 2008 15:17:17 -0500 Subject: [PATCH] Profile block base style darcs-hash:20081211201717-efd22-850db00fab62a80773b5c6b9b5e4008059ee6b17.gz --- theme/default/display.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/default/display.css b/theme/default/display.css index 4a161d0f9e..63cb31c48c 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -218,7 +218,8 @@ margin-bottom:0.5em; clear:both; } -#profile_actions #profile_nudge input.submit { +#profile_actions #profile_nudge input.submit, +#profile_actions #profile_block input.submit { margin:0 0 0 -3px; padding:0; background-color:transparent; @@ -230,7 +231,8 @@ text-align:left; float:left; line-height:18px; } -#profile_actions #profile_nudge input.submit:hover { +#profile_actions #profile_nudge input.submit:hover, +#profile_actions #profile_block input.submit:hover { background-color:transparent; color:#C15D42; }