diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-24 12:19:07 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-24 12:19:07 -0600 |
commit | 7995de4c284d370fea86e4bd2c754f0a96f42f8c (patch) | |
tree | 2a0338660ba4b344ee8af8da1c6e814e60d38fc2 /org/css/guest-book.css | |
parent | 1cdfd93e1f02739a685d1cdb131b3efe13adc06b (diff) |
Fixed up blog layout
Diffstat (limited to 'org/css/guest-book.css')
-rw-r--r-- | org/css/guest-book.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/css/guest-book.css b/org/css/guest-book.css index 9d483b4..244f9f3 100644 --- a/org/css/guest-book.css +++ b/org/css/guest-book.css @@ -1,6 +1,6 @@ body { background-color: #dcd1ba; - background-image: url('../images/guest-book-background.png'); + background-image: url("../images/guest-book-background.png"); } .container { |