scoped force-wrap to anchor links in articles and sidebar

This commit is contained in:
Brandon Mathis 2011-07-23 09:45:23 -04:00
parent 51b2a36b40
commit 3d3781e259
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
article {
overflow: hidden;
padding-top: 1em;
@extend force-wrap;
a { @extend .force-wrap; }
header {
position: relative;
padding-top: 2em;

View File

@ -4,7 +4,7 @@
aside[role=sidebar] {
color: $sidebar-color;
text-shadow: lighten($sidebar-bg, 8) 0 1px;
@extend .force-wrap;
a { @extend .force-wrap; }
section {
@extend .sans;
font-size: .8em;