diff options
author | Ev Bogue <ev@evbogue.com> | 2020-01-11 06:13:44 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2020-01-11 06:13:44 -0600 |
commit | dac0064cf55e6a3f9321ea78875bfe8ca9952fc3 (patch) | |
tree | 733e599998b83f9b811cac668561eabb2006507c /css | |
parent | cb59e302155933359a8500b3094b1fb495c89afb (diff) |
finish adding backgrounds to profiles
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index df53ffe..26784e7 100644 --- a/css/style.css +++ b/css/style.css @@ -56,6 +56,8 @@ hr { .right { float: right;} +.banner {height: 10px; } + .message, .profile { border: 1px solid #ddd; background: white; @@ -67,8 +69,6 @@ hr { border-radius: 5px; } -.banner { height: 275px; } - #scroller:last-child { margin-bottom: 10em; } .message, .message > *, .navbar, .navbar > *, #ad, #ad > *, #viewer > * { |