diff options
author | Ev Bogue <ev@evbogue.com> | 2020-01-10 17:47:28 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2020-01-10 17:47:28 -0600 |
commit | cb59e302155933359a8500b3094b1fb495c89afb (patch) | |
tree | 9ad2fc4e8efe98920e63f7af05278694e8c9b7e1 /css | |
parent | 5f47d7c1ca5e5baed3180c125844803804a8a7a1 (diff) |
add background photos -- not quite done yet
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 7ec1ee4..df53ffe 100644 --- a/css/style.css +++ b/css/style.css @@ -59,11 +59,16 @@ hr { .message, .profile { border: 1px solid #ddd; background: white; - margin-top: .5em; + margin-bottom: .5em; padding: .3em .5em; +} + +.message { border-radius: 5px; } +.banner { height: 275px; } + #scroller:last-child { margin-bottom: 10em; } .message, .message > *, .navbar, .navbar > *, #ad, #ad > *, #viewer > * { |