diff options
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 5eb94e9d..5fae37c6 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -63,6 +63,12 @@ body { margin: 0 auto; } +hr { + border: 0; + height: 1px; + background: #888; +} + .content-separator { margin: 15px auto 3px auto; } |