monitoring/css: no special margin for tinystates
This commit is contained in:
parent
6ad9b5bc78
commit
33025f1b6e
|
@ -27,11 +27,6 @@ div.pluginoutput {
|
|||
padding: 0.2em;
|
||||
}
|
||||
|
||||
div.pluginoutput h4 {
|
||||
font-size: 0.875em;
|
||||
margin: 0em;
|
||||
}
|
||||
|
||||
div.pluginoutput pre {
|
||||
white-space: pre-wrap;
|
||||
border-left: 4px solid #d8d8d8;
|
||||
|
@ -83,10 +78,6 @@ div.contacts div.notification-periods {
|
|||
}
|
||||
|
||||
.tinystatesummary {
|
||||
.page-header();
|
||||
font-size: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
.badges {
|
||||
display: inline-block;
|
||||
margin-bottom: 4px;
|
||||
|
@ -207,9 +198,10 @@ table.avp {
|
|||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
h3 {
|
||||
font-weight: normal;
|
||||
color: white;
|
||||
border: none;
|
||||
text-transform: uppercase;
|
||||
background-color: #aaa;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue