From 35598a4e16fae53776170840c227a4d0230f9224 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Tue, 31 Dec 2013 16:32:05 -0800 Subject: [PATCH] Add styling for horizontal rules --- source/stylesheets/screen.css.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 91df9cc..debca3d 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -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;