From 6be8013223df7cd4e0ba563057d37f4ce0d73f0e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 2 Jan 2011 13:11:50 +0100 Subject: [PATCH] Add a div to create a thin line. --- www/static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/static/css/style.css b/www/static/css/style.css index 9d1df353..7ea1891f 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -51,6 +51,15 @@ br.clear { clear: both; } +div.line { + border-top: 1px dotted #e1e1e1; + height: 0; + width: 100%; + + margin-top: 1em; + margin-bottom: 0.8em; +} + img { padding: 3px; } -- 2.47.3