mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixed HR rule [Issue #13]
This commit is contained in:
parent
a166d15795
commit
02d6e85d56
1 changed files with 2 additions and 2 deletions
|
@ -716,7 +716,7 @@
|
|||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
.media hr, aside hr, section hr {
|
||||
.media hr:first-of-type, aside hr, section hr {
|
||||
border-color: var(--nav-bg);
|
||||
}
|
||||
/* keep mentions and tags from spilling out */
|
||||
|
@ -3337,7 +3337,7 @@ p.wall-item-announce,
|
|||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
.media hr, aside hr, section hr {
|
||||
.media hr:first-of-type, aside hr, section hr {
|
||||
border-color: var(--nav-bg);
|
||||
}
|
||||
/* keep mentions and tags from spilling out */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue