diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 2c2a9d812..86adf15ae 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -130,6 +130,10 @@ div#c-posts { @include border-radius(4px); } } + + div.share a { + margin: 0; + } } section { diff --git a/app/views/posts/partials/show/_share.html.erb b/app/views/posts/partials/show/_share.html.erb index 50debafff..675f3d322 100644 --- a/app/views/posts/partials/show/_share.html.erb +++ b/app/views/posts/partials/show/_share.html.erb @@ -1,34 +1,13 @@ -
-
- - - +
+ +
+ + + + +
+ + +
-
- - - -
- -
- - Share on Tumblr -
- -
- - - - - - -
-
\ No newline at end of file