From 033693d708783f50a214443301439beac5225c20 Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Thu, 16 Aug 2012 13:57:22 +0100 Subject: Add CSS for horizontal rule. --- css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/main.css b/css/main.css index 72f1ec7..4471803 100644 --- a/css/main.css +++ b/css/main.css @@ -74,6 +74,14 @@ aside { margin-top: 3px; line-height: 15px; } +hr { + border:0; + background: rgba(0,0,0,.1); + height: 1px; + width: 120px; + margin: 1em auto 0; +} + #bucket { background: rgba(255,255,255,.8); width: 480px; -- cgit v1.2.3-54-g00ecf