From d71223c675a4c2b0230dee49a941d5e678370b07 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 19 May 2012 14:48:37 -0500 Subject: updated to latest version of Sass, fixed deprecation warnings --- .themes/classic/sass/partials/_navigation.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.themes/classic/sass/partials') diff --git a/.themes/classic/sass/partials/_navigation.scss b/.themes/classic/sass/partials/_navigation.scss index 68a15ce0..30fa011d 100644 --- a/.themes/classic/sass/partials/_navigation.scss +++ b/.themes/classic/sass/partials/_navigation.scss @@ -13,7 +13,7 @@ body > nav { .search { padding: .3em .5em 0; font-size: .85em; - @extend .sans; + font-family: $sans; line-height: 1.1em; width: 95%; @include border-radius(.5em); @@ -54,7 +54,7 @@ body > nav { } a { @include link-colors($nav-color, $nav-color-hover, $visited: $nav-color); - @extend .sans; + font-family: $sans; text-shadow: lighten($nav-bg, 12) 0 1px; float: left; text-decoration: none; @@ -134,3 +134,4 @@ body > nav { a[rel=subscribe-rss]{ @include mask-subscription-nav('rss.png'); } a[rel=subscribe-email]{ @include mask-subscription-nav('email.png'); } } + -- cgit v1.2.1