From e7dafe62602cb008b198a41455338c6110cb19f6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 26 Nov 2012 14:36:23 +0100 Subject: Added CSS box for the main menu. --- source/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source/css/style.css') diff --git a/source/css/style.css b/source/css/style.css index 51a02c29..7d6c0179 100755 --- a/source/css/style.css +++ b/source/css/style.css @@ -224,6 +224,19 @@ blockquote.right { } +/* Menu box */ +.menubox +{ + +padding:0px; +border:2px solid gray; +margin:0px; +background:#C0C0C0; +display: inline-block; +} + + + /* CSS ToolTips */ .tooltip { color: #FFF; -- cgit