1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

reviews image alignment

This commit is contained in:
Uvis Grinfelds 2014-10-20 18:23:29 +02:00
parent ee577de70f
commit 84a9066e33
3 changed files with 5 additions and 11 deletions

View File

@ -4,27 +4,22 @@
.twitter-profile {
float: left;
display: block;
height: 75px;
margin-right: 20px;
height: 90px;
-webkit-border-radius: 10px;
margin: auto 15px auto 0;
margin: 3px 15px auto 20px;
}
}
blockquote.twitter-tweet {
display: inline-block;
font-size: 15px;
line-height: 20px;
margin: 10px 5px;
padding: 0 16px 16px 16px;
text-align: right;
border: 0;
}
blockquote.twitter-tweet p {
font-size: 17px;
font-weight: normal;

View File

@ -5665,10 +5665,9 @@ footer img {
#reviews .twitter-profile {
float: left;
display: block;
height: 75px;
margin-right: 20px;
height: 90px;
-webkit-border-radius: 10px;
margin: auto 15px auto 0;
margin: 3px 15px auto 20px;
}
blockquote.twitter-tweet {
display: inline-block;

File diff suppressed because one or more lines are too long