Browse code

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

Brandon Mathis authored on 10/12/2011 at 18:47:15
Showing 2 changed files
... ...
@@ -1,5 +1,4 @@
1 1
 article {
2
-  overflow: hidden;
3 2
   padding-top: 1em;
4 3
   a { @extend .force-wrap; }
5 4
   header {
... ...
@@ -13,7 +13,7 @@
13 13
     position: relative;
14 14
     padding-right: 1em;
15 15
   }
16
-  a[href*=status]{
16
+  a[href*=status]:first-child {
17 17
     color: $twitter-status-link;
18 18
     float: right;
19 19
     padding: 0 0 .1em 1em;