Removed list style from .xoxo

This commit is contained in:
Sarven Capadisli 2009-11-14 11:57:27 +01:00
parent 2147ac510f
commit a256aee9bf

View File

@ -93,14 +93,17 @@ border-radius:4px;
-webkit-border-radius:4px; -webkit-border-radius:4px;
margin-bottom:18px; margin-bottom:18px;
} }
.xoxo li {
list-style-type:none;
}
form label.submit { form label.submit {
display:none; display:none;
} }
.form_settings { .form_settings {
clear:both; clear:both;
} }
.form_settings fieldset { .form_settings fieldset {
margin-bottom:29px; margin-bottom:29px;
} }