From: Michael Tremer Date: Sun, 2 Jan 2011 12:11:50 +0000 (+0100) Subject: Add a div to create a thin line. X-Git-Url: http://git.ipfire.org/?p=people%2Fshoehn%2Fipfire.org.git;a=commitdiff_plain;h=6be8013223df7cd4e0ba563057d37f4ce0d73f0e Add a div to create a thin line. --- diff --git a/www/static/css/style.css b/www/static/css/style.css index 9d1df35..7ea1891 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; }