Skip to content

Commit

Permalink
Add styling for horizontal rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Jan 1, 2014
1 parent d84692b commit 35598a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 35598a4

Please sign in to comment.