Browse Source

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

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
692c8f3491
  1. 1
      .themes/classic/sass/partials/_blog.scss
  2. 2
      .themes/classic/sass/partials/sidebar/_twitter.scss

1
.themes/classic/sass/partials/_blog.scss

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

2
.themes/classic/sass/partials/sidebar/_twitter.scss

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

Loading…
Cancel
Save