removed overflow hidden from <article> to prevent clipping on facebook's send dropdown, and fixed bug with styling on twitter status links

This commit is contained in:
Brandon Mathis 2011-12-10 12:47:15 -06:00
parent 645eb6140b
commit 692c8f3491
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
article {
overflow: hidden;
padding-top: 1em;
a { @extend .force-wrap; }
header {

View File

@ -13,7 +13,7 @@
position: relative;
padding-right: 1em;
}
a[href*=status]{
a[href*=status]:first-child {
color: $twitter-status-link;
float: right;
padding: 0 0 .1em 1em;