Add styling for horizontal rules

This commit is contained in:
Robert Lord 2013-12-31 16:32:05 -08:00
parent d84692b7b9
commit 35598a4e16

View file

@ -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;