From 9e3c2b356bb59934d2262546fcef17822e51d76c Mon Sep 17 00:00:00 2001 From: fazo96 Date: Tue, 24 Jun 2014 08:57:48 +0200 Subject: [PATCH] fix two little bugs in deh code --- assets/less/modules/inputs.import.less | 31 +++++++++++++------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/assets/less/modules/inputs.import.less b/assets/less/modules/inputs.import.less index ad7b103..af30955 100644 --- a/assets/less/modules/inputs.import.less +++ b/assets/less/modules/inputs.import.less @@ -56,29 +56,28 @@ nav { .border-radius(4px); position: relative; - width: 700px; margin:30px auto; margin-bottom: 40px; padding: 15px; text-align: left; -} -li { - list-style: none; - color:#fff; - font-weight: 600; - display:inline-block; - - & > a, a:visited { - .transition; - padding: 15px; + li { + list-style: none; color:#fff; - text-decoration: none; - } + font-weight: 600; + display:inline-block; - & > a:hover { - .transition; - background:rgba(0, 0, 0, 0.1); + & > a, a:visited { + .transition; + padding: 15px; + color:#fff; + text-decoration: none; + } + + & > a:hover { + .transition; + background:rgba(0, 0, 0, 0.1); + } } }