From f87569a1f6f48f8beeb8480a3b06d574169e12e6 Mon Sep 17 00:00:00 2001 From: piwats Date: Fri, 17 Apr 2015 18:07:29 +0200 Subject: [PATCH] revert changes --- css/base.css | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/css/base.css b/css/base.css index 2f2d3d1..1e4a174 100644 --- a/css/base.css +++ b/css/base.css @@ -11,24 +11,12 @@ body, html { #wrap { } #menu { - border: 2px solid #DDD; + border: 1px solid #DDD; font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif; font-weight: 300; font-size: 14px; line-height: 1.3; - display: inline-block; - margin-bottom: 5px; - width: 100%; -} - -#menu ul { - padding: 0; - margin: 0; -} - -#menu ul li { - float: right; - margin-right: 5px; + width: 10%; } #ImportZone { @@ -37,7 +25,7 @@ body, html { } .tables { float: right; - width: 100%; + width: 89%; min-width: 500px; margin-bottom: 5px; }