From 7496a9962c6b9d7e08c288c85503bdb6fa05561a Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 22 Jul 2014 21:46:56 -0700 Subject: [PATCH] rgba border-bottom header links --- website/source/stylesheets/_header.less | 24 ++---------------------- website/source/stylesheets/main.css | 21 +-------------------- 2 files changed, 3 insertions(+), 42 deletions(-) diff --git a/website/source/stylesheets/_header.less b/website/source/stylesheets/_header.less index 3dacee226..160fae1aa 100755 --- a/website/source/stylesheets/_header.less +++ b/website/source/stylesheets/_header.less @@ -99,7 +99,7 @@ body.page-sub{ }*/ li > a { - border-bottom: 1px solid #fff; + border-bottom: 2px solid rgba(255, 255, 255, .2); line-height: 26px; margin: 0 12px; padding: 0 0 0 4px; @@ -138,27 +138,7 @@ body.page-sub{ padding-bottom: 3px; padding-left: 30px; padding-right: 10px; - letter-spacing: 0.09em; - - /*&::before{ - content: ""; - position: absolute; - top: 0; - left: -8px; - width: 8px; - height: 100%; - background: linear-gradient(to right bottom, transparent 50%, white 50%) !important; - } - - &::after{ - content: ""; - position: absolute; - top: 0; - right: -8px; - width: 8px; - height: 100%; - background: linear-gradient(to right bottom, white 50%,transparent 50%) !important; - }*/ + letter-spacing: 0.09em; } } } diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index a7c5d4221..ebd7b4afa 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -192,7 +192,7 @@ body.page-sub #header { } #footer .main-links.navbar-nav li > a, #header .main-links.navbar-nav li > a { - border-bottom: 1px solid #fff; + border-bottom: 2px solid rgba(255, 255, 255, 0.2); line-height: 26px; margin: 0 12px; padding: 0 0 0 4px; @@ -241,25 +241,6 @@ body.page-sub #header { padding-left: 30px; padding-right: 10px; letter-spacing: 0.09em; - /*&::before{ - content: ""; - position: absolute; - top: 0; - left: -8px; - width: 8px; - height: 100%; - background: linear-gradient(to right bottom, transparent 50%, white 50%) !important; - } - - &::after{ - content: ""; - position: absolute; - top: 0; - right: -8px; - width: 8px; - height: 100%; - background: linear-gradient(to right bottom, white 50%,transparent 50%) !important; - }*/ } #footer { padding: 140px 0 40px;