how was did this not being retina-ready slip by before?

This commit is contained in:
Coby Chapple 2013-03-15 12:47:45 +00:00
parent 6d19924d35
commit 0249c5b901
2 changed files with 4 additions and 2 deletions

View File

@ -52,14 +52,16 @@ body > footer a {
color: #fff; color: #fff;
} }
body > footer .align-right p, body > footer .align-right img { body > footer .align-right p, body > footer img {
display: inline-block; display: inline-block;
} }
body > footer .align-right img { body > footer img {
position: relative; position: relative;
top: 14px; top: 14px;
margin-left: 5px; margin-left: 5px;
width: 100px;
height: 44px;
} }
/* HTML Elements */ /* HTML Elements */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB