From 9f237e72a53c9aad5b0b204dab8385587e703945 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 6 Oct 2007 09:05:13 +0000 Subject: [PATCH] Rules for the side menu --- src/infodrom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/infodrom.css b/src/infodrom.css index f2d621d..10f7e31 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -46,6 +46,18 @@ img.border { border: 2px solid #e5e5e5; } +/* + * Menu + */ +p.menurule { + height: 2px; + width: 100%; + background-color: #1aa2fe; + padding: 0; + margin-top: 7px; + margin-bottom: 7px; +} + /* * Footer */ -- 2.20.1