From c4b2032ff9ae7d4e08e574f950a280b1921b06e9 Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Thu, 25 Apr 2019 19:01:12 +0200 Subject: [PATCH] remove unnecessary css --- css/style.css | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/css/style.css b/css/style.css index 299302c..e69de29 100644 --- a/css/style.css +++ b/css/style.css @@ -1,33 +0,0 @@ -.n-nav-justified { - width: 100%; -} - -.n-nav { - padding-left: 0; - margin-bottom: 0; - list-style: none; -} -.n-nav { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.n-nav-justified > li { - display: table-cell; - width: 1%; -} -.n-nav-justified > li { - float: none; -} -.n-nav-pills > li { - float: left; -} -.n-nav > li { - position: relative; - display: block; -} \ No newline at end of file