NIHVIVO-1979: Made stylesheets syntax consistent across the app.
This commit is contained in:
parent
9caa5c437c
commit
c324ab3151
12 changed files with 103 additions and 133 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue