update backgound-size declaration for skinny images

This commit is contained in:
Maxwell Salzberg 2012-04-27 16:19:13 -07:00
parent 62b604e4be
commit 6b115a7d22

View file

@ -43,7 +43,7 @@
border-radius: 140px; border-radius: 140px;
border : 3px solid #fff; border : 3px solid #fff;
box-shadow : 0 0 2px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.5), inset 0 -2px 4px rgba(255,255,255,0.3); box-shadow : 0 0 2px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.5), inset 0 -2px 4px rgba(255,255,255,0.3);
background-size: 150px 150px; background-size: 100%;
height : 140px; height : 140px;
width : 140px; width : 140px;