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
02d6e85d56
commit
7d970ea16e
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ aside .widget,
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 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);
|
border-color: var(--nav-bg);
|
||||||
}
|
}
|
||||||
/* keep mentions and tags from spilling out */
|
/* keep mentions and tags from spilling out */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue