From 79591b7968a9b68720da0db348f3e460b58ee283 Mon Sep 17 00:00:00 2001 From: piwats Date: Fri, 17 Apr 2015 16:54:50 +0200 Subject: [PATCH] Delete additions.css --- css/additions.css | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 css/additions.css diff --git a/css/additions.css b/css/additions.css deleted file mode 100644 index 7cd379f..0000000 --- a/css/additions.css +++ /dev/null @@ -1,27 +0,0 @@ -#menu { - width: 100%; - border-bottom: 2px 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; -} - -#menu ul { - padding: 0; - margin: 0; -} - -#menu ul li { - float: right; - margin-right: 5px; -} - -.tables { - float: right; - width: 100%; - min-width: 500px; - margin-bottom: 5px; -}