SPR-882: section edit button improvements
This commit is contained in:
parent
476022bd24
commit
c14dbc7492
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,7 @@ h2 {
|
|||
padding-top: (@font-size-head2 / 2);
|
||||
|
||||
.secedit + &,
|
||||
div[class^="level"] + &,
|
||||
.section_highlight &:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
@ -170,6 +171,7 @@ h3 {
|
|||
padding-top: (@font-size-head3 / 2);
|
||||
|
||||
.secedit + &,
|
||||
div[class^="level"] + &,
|
||||
.section_highlight &:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
@ -185,6 +187,7 @@ h4 {
|
|||
padding-top: (@font-size-head4 / 2);
|
||||
|
||||
.secedit + &,
|
||||
div[class^="level"] + &,
|
||||
.section_highlight &:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
@ -200,6 +203,7 @@ h5 {
|
|||
padding-top: (@font-size-head5 / 2);
|
||||
|
||||
.secedit + &,
|
||||
div[class^="level"] + &,
|
||||
.section_highlight &:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
@ -216,6 +220,7 @@ h6 {
|
|||
padding-top: (@font-size-head6 / 2);
|
||||
|
||||
.secedit + &,
|
||||
div[class^="level"] + &,
|
||||
.section_highlight &:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue