Change to margin-top instead of line-height based on Denver's recommendation.

This commit is contained in:
Bradley M. Kuhn 2012-08-27 10:59:06 -04:00
parent 721b6b3efd
commit b068eb5c4e

View file

@ -238,7 +238,7 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
#sponsor li { #sponsor li {
width: 100%; width: 100%;
float: left; float: left;
line-height: 100px; margin-top: 50px;
text-align: center; text-align: center;
list-style: none; list-style: none;
margin-right: 5px; margin-right: 5px;