mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Add styling for horizontal rules
This commit is contained in:
parent
d84692b7b9
commit
35598a4e16
1 changed files with 5 additions and 0 deletions
|
|
@ -280,6 +280,11 @@ html, body {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 2em 0;
|
||||
border-top: 2px solid $examples-bg;
|
||||
border-bottom: 2px solid $main-bg;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-bottom: 1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue