From 296249ed9c66b75f8d66625161385c7d739d1d3e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 13:34:58 -0400 Subject: [PATCH] allow new nav items to be added at the end of the list --- public/less/admin/general/navigation.less | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/less/admin/general/navigation.less b/public/less/admin/general/navigation.less index bb3efac15b..235631e8bd 100644 --- a/public/less/admin/general/navigation.less +++ b/public/less/admin/general/navigation.less @@ -1,9 +1,7 @@ - - #navigation { - - #active-navigation { + width: 100%; + .active { background-color: #eee; } @@ -33,5 +31,4 @@ list-style-type: none; padding: 0; } -} - +} \ No newline at end of file