Skip to content

Commit

Permalink
removed overflow hidden from <article> to prevent clipping on faceboo…
Browse files Browse the repository at this point in the history
…k's send dropdown, and fixed bug with styling on twitter status links
  • Loading branch information
imathis committed Dec 10, 2011
1 parent 645eb61 commit 692c8f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .themes/classic/sass/partials/_blog.scss
@@ -1,5 +1,4 @@
article {
overflow: hidden;
padding-top: 1em;
a { @extend .force-wrap; }
header {
Expand Down
2 changes: 1 addition & 1 deletion .themes/classic/sass/partials/sidebar/_twitter.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 692c8f3

Please sign in to comment.