]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Add a div to create a thin line.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jan 2011 12:11:50 +0000 (13:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jan 2011 12:11:50 +0000 (13:11 +0100)
www/static/css/style.css

index 9d1df353ff098cc1cebcbdf3f466f64d9acfc8bc..7ea1891f4b4110c67e1381dc993c841de4cb15e7 100644 (file)
@@ -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;
 }