Fixed css issue with nav-tabs (non-justified)

This commit is contained in:
Sahat Yalkabov
2013-12-05 15:29:53 -05:00
parent e70d02625f
commit c3853fb46c

View File

@ -16,7 +16,6 @@ html {
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 300; font-weight: 300;
margin: 0 0 15px;
} }
[class^="fa-"], [class^="fa-"],
@ -239,11 +238,12 @@ label-info {
> a { > a {
color: #555; color: #555;
border-radius: 0; border-radius: 0;
border-bottom: 1px solid #007aff;
transition: all 0.3s; transition: all 0.3s;
&:hover { &:hover {
color: #333; color: #333;
border-bottom-color: #007aff;
background-color: rgba(0,0,0,0.05); background-color: rgba(0,0,0,0.05);
} }
} }
@ -253,6 +253,8 @@ label-info {
&:hover, &:hover,
&:focus { &:focus {
color: #007aff; color: #007aff;
border: 1px solid #007aff;
border-bottom-color: #fff;
} }
} }
} }