remove some tabnav styles for now

This commit is contained in:
Lisa Passing 2015-03-05 18:31:08 +01:00
parent 7d8d5ba0df
commit 08c671daef
2 changed files with 16 additions and 12 deletions

View File

@ -66,6 +66,10 @@
font-weight: 600 font-weight: 600
.repo-main-author .repo-main-author
img
margin-right: .4em
vertical-align: middle
border-radius: 50%
@media #{$medium-up} @media #{$medium-up}
position: absolute position: absolute
bottom: 0 bottom: 0

View File

@ -6,7 +6,6 @@
width: 100% width: 100%
background-color: $cream-light background-color: $cream-light
clear: both clear: both
overflow: auto
@media #{$small-only} @media #{$small-only}
margin-top: 2em margin-top: 2em
li li
@ -34,14 +33,15 @@
@extend %inline-block @extend %inline-block
li li
float: left float: left
a // &:last-child
&:after // a:after
content: "" // content: none
position: relative // a
left: 1.3em // &:after
display: inline-block // content: ""
width: 2px // position: relative
height: 10px // left: 1.3em
background-color: $cream-dark // display: inline-block
li:last-child a:after // width: 2px
content: none // height: 10px
// background-color: $cream-dark