removed "px"s

This commit is contained in:
İrfan Evrens 2014-11-03 00:12:28 +02:00
parent 3eb5e01c89
commit d4e3af2995

View file

@ -51,7 +51,7 @@
.nav-tabs-custom { .nav-tabs-custom {
margin-bottom: 20px; margin-bottom: 20px;
background: #fff; background: #fff;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
> .nav-tabs { > .nav-tabs {
margin: 0; margin: 0;
border-bottom-color: #f4f4f4; border-bottom-color: #f4f4f4;
@ -88,7 +88,7 @@
} }
> li:first-of-type { > li:first-of-type {
margin-left: 0px; margin-left: 0;
&.active { &.active {
> a { > a {
border-left-width: 0; border-left-width: 0;
@ -103,11 +103,11 @@
float: right; float: right;
} }
> li:first-of-type { > li:first-of-type {
margin-right: 0px; margin-right: 0;
&.active { &.active {
> a { > a {
border-left-width: 1px; border-left-width: 1px;
border-right-width: 0px; border-right-width: 0;
} }
} }
} }
@ -151,9 +151,9 @@
> li > a { > li > a {
background: #fafafa; background: #fafafa;
color: #666; color: #666;
-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.09); -webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.09);
-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.09); -moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.09);
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.09); box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.09);
} }
> li:first-of-type a, > li:last-of-type a { > li:first-of-type a, > li:last-of-type a {
.border-radius(0); .border-radius(0);