mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Style h3 elements
This commit is contained in:
parent
afd6b11b7b
commit
85b1ef096b
@ -147,7 +147,7 @@ html {
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
.dashboard > div.container h1, .container .content h1, .container .controls h1 {
|
||||
.dashboard > div.container h1, .container .content h1, .container .controls h1, .content h3 {
|
||||
line-height: 2em;
|
||||
font-size: 1em;
|
||||
padding-left: 1em;
|
||||
@ -159,6 +159,10 @@ html {
|
||||
-webkit-border-radius: 0.2em;
|
||||
}
|
||||
|
||||
.content h3 {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.container .controls > * {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user