mirror of
https://github.com/danbulant/api_docs
synced 2026-06-09 17:41:44 +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;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin: 2em 0;
|
||||||
|
border-top: 2px solid $examples-bg;
|
||||||
|
border-bottom: 2px solid $main-bg;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue