got rid of the border radius on tabs

This commit is contained in:
Justine Arreche 2013-10-01 11:10:02 -04:00
parent 3a73aeb4a6
commit 8172e3bd10
2 changed files with 0 additions and 3 deletions

View File

@ -44,7 +44,6 @@ html, body
padding: 0 0 110px 0
background-color: $color-bg-left
border-right: 1px solid $color-border-normal
@include box-shadow(transparent 0 0 0 0, $color-border-normal 0 1px 8px 0, transparent 0 0 0 0, transparent 0 0 0 0)
@media screen and (max-width: 980px)
#left

View File

@ -13,7 +13,6 @@
border: 1px solid $color-border-light
white-space: nowrap
cursor: pointer
@include border-top-radius(4px)
&:hover
background-color: $color-bg-tab-hover
@ -21,7 +20,6 @@
.active
background-color: $color-bg-tab-active
border-bottom-color: $color-bg-tab-active
@include border-top-radius(4px)
h5
margin: 0