diff options
Diffstat (limited to 'org/css/blog.css')
-rw-r--r-- | org/css/blog.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org/css/blog.css b/org/css/blog.css index 9f6477e..dbe52ac 100644 --- a/org/css/blog.css +++ b/org/css/blog.css @@ -3,6 +3,11 @@ body { background-image: url("../images/blog-background.jpg"); } +/* Helps it nicely degrade when css is removed */ +hr { + display: none; +} + .container { background-color: #bebebe; width: 65%; |