From c3853fb46c45194c23f8bc3f03cdd952d9ead046 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 5 Dec 2013 15:29:53 -0500 Subject: [PATCH] Fixed css issue with nav-tabs (non-justified) --- public/css/ios7.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/ios7.less b/public/css/ios7.less index fbe1449736..4b86216057 100644 --- a/public/css/ios7.less +++ b/public/css/ios7.less @@ -16,7 +16,6 @@ html { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; - margin: 0 0 15px; } [class^="fa-"], @@ -239,11 +238,12 @@ label-info { > a { color: #555; border-radius: 0; - + border-bottom: 1px solid #007aff; transition: all 0.3s; &:hover { color: #333; + border-bottom-color: #007aff; background-color: rgba(0,0,0,0.05); } } @@ -253,6 +253,8 @@ label-info { &:hover, &:focus { color: #007aff; + border: 1px solid #007aff; + border-bottom-color: #fff; } } }