Browse code

scoped force-wrap to anchor links in articles and sidebar

Brandon Mathis authored on 23/07/2011 at 13:45:23
Showing 2 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 article {
2 2
   overflow: hidden;
3 3
   padding-top: 1em;
4
-  @extend force-wrap;
4
+  a { @extend .force-wrap; }
5 5
   header {
6 6
     position: relative;
7 7
     padding-top: 2em;
... ...
@@ -4,7 +4,7 @@
4 4
 aside[role=sidebar] {
5 5
   color: $sidebar-color;
6 6
   text-shadow: lighten($sidebar-bg, 8) 0 1px;
7
-  @extend .force-wrap;
7
+  a { @extend .force-wrap; }
8 8
   section {
9 9
     @extend .sans;
10 10
     font-size: .8em;