fix margins of div.prefGenericAddBox

This commit is contained in:
Andrew Dolgov 2005-11-23 10:48:23 +01:00
parent e0b77afceb
commit afb7a1d60e

View file

@ -631,3 +631,7 @@ div.small, p.small {
span.insensitive { span.insensitive {
color : gray; color : gray;
} }
div.prefGenericAddBox {
margin : 5px;
}