remove some tabnav styles for now
This commit is contained in:
parent
7d8d5ba0df
commit
08c671daef
|
@ -66,6 +66,10 @@
|
|||
font-weight: 600
|
||||
|
||||
.repo-main-author
|
||||
img
|
||||
margin-right: .4em
|
||||
vertical-align: middle
|
||||
border-radius: 50%
|
||||
@media #{$medium-up}
|
||||
position: absolute
|
||||
bottom: 0
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
width: 100%
|
||||
background-color: $cream-light
|
||||
clear: both
|
||||
overflow: auto
|
||||
@media #{$small-only}
|
||||
margin-top: 2em
|
||||
li
|
||||
|
@ -34,14 +33,15 @@
|
|||
@extend %inline-block
|
||||
li
|
||||
float: left
|
||||
a
|
||||
&:after
|
||||
content: ""
|
||||
position: relative
|
||||
left: 1.3em
|
||||
display: inline-block
|
||||
width: 2px
|
||||
height: 10px
|
||||
background-color: $cream-dark
|
||||
li:last-child a:after
|
||||
content: none
|
||||
// &:last-child
|
||||
// a:after
|
||||
// content: none
|
||||
// a
|
||||
// &:after
|
||||
// content: ""
|
||||
// position: relative
|
||||
// left: 1.3em
|
||||
// display: inline-block
|
||||
// width: 2px
|
||||
// height: 10px
|
||||
// background-color: $cream-dark
|
||||
|
|
Loading…
Reference in New Issue
Block a user