mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
defaults.less: remove left header borders...
...and adjust paddings/margins
This commit is contained in:
parent
3462f0ee9a
commit
7e20b66aac
@ -79,8 +79,8 @@ a {
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 0.3em 1em;
|
padding: 0.3em 0em;
|
||||||
margin: 0.3em 0 0.5em 0;
|
margin: 0.7em 0 0.5em 0;
|
||||||
color: @textColor;
|
color: @textColor;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -102,21 +102,18 @@ h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
border-left: 1em solid #888;
|
|
||||||
border-bottom: 3px solid #888;
|
border-bottom: 3px solid #888;
|
||||||
text-transform: uppercase;
|
font-variant: small-caps;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
border-left: 0.3em solid #666;
|
|
||||||
border-bottom: 1px solid #666;
|
border-bottom: 1px solid #666;
|
||||||
text-transform: uppercase;
|
font-variant: small-caps;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
border-left: 1em solid #888;
|
|
||||||
border-bottom: 1px solid #888;
|
border-bottom: 1px solid #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user