aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2020-01-10 17:47:28 -0600
committerEv Bogue <ev@evbogue.com>2020-01-10 17:47:28 -0600
commitcb59e302155933359a8500b3094b1fb495c89afb (patch)
tree9ad2fc4e8efe98920e63f7af05278694e8c9b7e1 /css
parent5f47d7c1ca5e5baed3180c125844803804a8a7a1 (diff)
add background photos -- not quite done yet
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
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 > * {