From 08c671daef765bf9f78db9bf7c205d95a8b9f2dd Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Thu, 5 Mar 2015 18:31:08 +0100 Subject: [PATCH] remove some tabnav styles for now --- app/styles/app/layouts/buildheader.sass | 4 ++++ app/styles/app/modules/tabs.sass | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/app/styles/app/layouts/buildheader.sass b/app/styles/app/layouts/buildheader.sass index c7fbaa0d..feeae772 100644 --- a/app/styles/app/layouts/buildheader.sass +++ b/app/styles/app/layouts/buildheader.sass @@ -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 diff --git a/app/styles/app/modules/tabs.sass b/app/styles/app/modules/tabs.sass index 375b61b4..03a1c98d 100644 --- a/app/styles/app/modules/tabs.sass +++ b/app/styles/app/modules/tabs.sass @@ -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 \ No newline at end of file + // &: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