From d82cc563f47db4895652a077f30ccf3e811863f2 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 12 Mar 2012 14:01:17 -0400 Subject: [PATCH] added some styles for inline-links --HG-- branch : kf-links --- sass/base/_base.scss | 7 ++++++- sass/base/_extends.scss | 5 +++++ sass/layout/_header.scss | 5 +++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/sass/base/_base.scss b/sass/base/_base.scss index fd3f7774f7..e78d387b50 100644 --- a/sass/base/_base.scss +++ b/sass/base/_base.scss @@ -61,8 +61,13 @@ a { text-decoration:none; } + p &, li > &, .inline { + border-bottom: 1px solid #bbb; + font-style: italic; + } + &:hover, &:focus { - text-decoration:underline; + color: #000; } } diff --git a/sass/base/_extends.scss b/sass/base/_extends.scss index d55fe62f96..c022e4e941 100644 --- a/sass/base/_extends.scss +++ b/sass/base/_extends.scss @@ -79,6 +79,11 @@ h1.top-header { text-transform: none; } + a { + font-style: normal; + border: none; + } + .bottom-border { @include box-shadow(0 1px 0 #eee); border-bottom: 1px solid #d3d3d3; diff --git a/sass/layout/_header.scss b/sass/layout/_header.scss index 9851339ac4..1d88eac639 100644 --- a/sass/layout/_header.scss +++ b/sass/layout/_header.scss @@ -52,7 +52,7 @@ div.header-wrapper { a { color: #fff; - text-decoration: none; + border: none; &:hover { color: rgba(#fff, .7); @@ -104,7 +104,8 @@ div.header-wrapper { display: block; font-weight: bold; padding: 10px lh() 8px; - text-decoration: none; + border: none; + font-style: normal; @media screen and (max-width: 1020px) { padding: 10px lh(.7) 8px;