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; }