NIHVIVO-1493: Started defining app level classes for HTML elements

This commit is contained in:
mb863 2010-12-09 19:11:44 +00:00
parent bc583cdb86
commit 6b48ed41c1

View file

@ -210,3 +210,6 @@ p.submit {
color: #5F6464; color: #5F6464;
font-size: 1em; font-size: 1em;
} }
.form-background {
background-color: #fff;
}