android.moparisthebest.org/themes/classic/sass/partials/_pinboard.scss
Brandon Mathis a2ab1d4802 1. Reordered configs in Rakefile based on importance.
2. Refactored stylesheets to simplify dreictory trees.
2011-06-22 12:29:23 -04:00

13 lines
246 B
SCSS

#pinboard_linkroll {
.pin-title, .pin-description {
display: block;
margin-bottom: .5em;
}
.pin-tag {
@include hover-link;
@extend .aside-alt-link;
&:after { content: ','; }
&:last-child:after { content: ''; }
}
}