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