NIHVIVO-1979: Made stylesheets syntax consistent across the app.

This commit is contained in:
mb863 2011-02-02 02:58:37 +00:00
parent 9caa5c437c
commit c324ab3151
12 changed files with 103 additions and 133 deletions

View file

@ -8,21 +8,18 @@
padding: 1em 0;
margin: 1em 0;
}
.dump li {
list-style-type: none;
}
.dump.directive h6 {
margin-top: 1em;
}
.dump.datamodel .var, .dump.datamodel .directive {
.dump.datamodel .var,
.dump.datamodel .directive {
border-bottom: 1px solid #ccc;
padding: 1em 0;
margin: 1em 0;
}
.dump .var p {
margin-bottom: .3em;
}
}