Minor style tweaks here and there.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Owen Leonard 2007-11-28 21:13:28 -06:00 committed by Joshua Ferraro
parent 9a247340e7
commit ec4b899d0c

View file

@ -628,7 +628,7 @@ fieldset.rows ol.radio label.radio {
fieldset.rows table { fieldset.rows table {
clear : both; clear : both;
margin-left : 1em; margin : 1em 0 0 1em;
} }
fieldset.rows td label { fieldset.rows td label {
@ -656,7 +656,7 @@ a.cancel {
} }
fieldset.rows fieldset.action { fieldset.rows fieldset.action {
padding : 0 0 1em 1em; padding : 1em;
} }
fieldset.rows .inputnote { fieldset.rows .inputnote {
@ -1017,11 +1017,9 @@ span.required {
} }
.term { .term {
background-color:yellow; background-color: #FFC;
} color : #990000;
text-decoration : underline;
.term {
background-color:yellow;
} }
div#menu { div#menu {