Skip to content

Commit 90b9a4f

Browse files
committed
Merge pull request coderwall#306 from Skowt/master
Fixed Twitter on the front-page having no border.
2 parents a1dcfc1 + dc6b167 commit 90b9a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/application.css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ h4 {
360360
#tweetbtn {
361361
float: right;
362362
width: 124px;
363-
overflow: hidden;
363+
margin-top: -7px;
364364
}
365365
#footer-nav {
366366
ul {
@@ -1801,6 +1801,7 @@ input[type=file].safari5-upload-hack {
18011801
#tweetbtn {
18021802
float: none;
18031803
display: block;
1804+
margin-top: -7px;
18041805
margin-bottom: 15px;
18051806
}
18061807
#footer-nav {
@@ -2016,7 +2017,6 @@ input[type=file].safari5-upload-hack {
20162017
#tweetbtn {
20172018
float: none;
20182019
width: 124px;
2019-
overflow: hidden;
20202020
margin-bottom: 10px;
20212021
}
20222022
#footer-nav {

0 commit comments

Comments
 (0)