From 09a5eb9a4f0e5dc9fcdd43cc5054e70952e465ad Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 24 Jul 2011 20:19:52 +0100 Subject: [PATCH] make chunk titles stand out more --- server/djrandom/frontend/static/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/server/djrandom/frontend/static/css/style.css b/server/djrandom/frontend/static/css/style.css index d7d4c72..ee4afdc 100644 --- a/server/djrandom/frontend/static/css/style.css +++ b/server/djrandom/frontend/static/css/style.css @@ -64,6 +64,10 @@ h1 { background-color: #ddf; } +.chunk { + margin-bottom: 2px; +} + .chunk_title { display: block; cursor: pointer; @@ -71,8 +75,7 @@ h1 { font-weight: bold; font-size: 110%; border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; + padding: 6px 10px 6px 10px; } .chunk_title:active { -- GitLab