Profile block base style

darcs-hash:20081211201717-efd22-850db00fab62a80773b5c6b9b5e4008059ee6b17.gz
This commit is contained in:
Sarven Capadisli 2008-12-11 15:17:17 -05:00
parent 64c57b7c77
commit 2abe10b8ea
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}