Use proper heading levels
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
e1d1e0c2c8
commit
c3ba8fa536
@@ -172,7 +172,7 @@ input.input-inline {
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
> h1 {
|
||||
> h2 {
|
||||
white-space: nowrap;
|
||||
padding: 7px;
|
||||
}
|
||||
@@ -273,11 +273,11 @@ input.input-inline {
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
|
||||
h2 {
|
||||
h3 {
|
||||
padding: 10px 10px 8px;
|
||||
margin: 0;
|
||||
font-size: 12pt;
|
||||
font-weight: 700;
|
||||
font-weight: normal;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
min-height: 40px;
|
||||
@@ -385,8 +385,8 @@ input.input-inline {
|
||||
display: block;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
h4 {
|
||||
font-weight: normal;
|
||||
font-size: 10pt;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
@@ -545,11 +545,11 @@ input.input-inline {
|
||||
}
|
||||
|
||||
#sidebar-header {
|
||||
h2 {
|
||||
h3 {
|
||||
font-size: 14pt;
|
||||
padding: 9px 10px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
margin-bottom: 0;
|
||||
background-color: $color-lightgrey;
|
||||
|
||||
input {
|
||||
@@ -603,9 +603,11 @@ input.input-inline {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h4 {
|
||||
border-bottom: 1px solid $color-lightgrey;
|
||||
padding: 15px 0px 5px 0px;
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 15px;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
@@ -1105,7 +1107,7 @@ input.input-inline {
|
||||
border-right: 1px solid transparent;
|
||||
}
|
||||
|
||||
h2 button {
|
||||
h3 button {
|
||||
display: none;
|
||||
}
|
||||
h2:hover button {
|
||||
|
||||
Reference in New Issue
Block a user