mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
3e02007150
commit
95e03d14c0
@ -30,7 +30,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: @vertical-padding solid @gray-light;
|
border-left: 6px solid @gray-light;
|
||||||
color: @text-color-light;
|
color: @text-color-light;
|
||||||
// Reset default margin
|
// Reset default margin
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -44,7 +44,7 @@ body {
|
|||||||
font-family: @font-family;
|
font-family: @font-family;
|
||||||
font-size: @font-size;
|
font-size: @font-size;
|
||||||
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
|
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
|
||||||
line-height: 1.3;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -58,6 +58,7 @@ h2 {
|
|||||||
border-bottom: 1px solid @gray-lightest;
|
border-bottom: 1px solid @gray-lightest;
|
||||||
font-size: 1.143em;
|
font-size: 1.143em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
margin: @vertical-padding 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user