Attempt to do CSS that makes the sponsors list look nice.

This commit is contained in:
Bradley M. Kuhn 2012-08-27 10:38:06 -04:00
parent 985a0c3765
commit dff5fe2e6e
2 changed files with 18 additions and 4 deletions

View file

@ -231,3 +231,17 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
font-weight: bold; font-weight: bold;
background: #fff url(/img/nav-bg-up.png) top repeat-x; background: #fff url(/img/nav-bg-up.png) top repeat-x;
} }
#sponsor ul {
clear: all;
}
#sponsor li {
width: 100%;
float: left;
height: 250px;
line-height: 100px;
text-align: center;
list-style: none;
border: 1px solid #ccc;
margin-right: 5px;
}

View file

@ -14,10 +14,10 @@ contributions. Conservancy graciously thanks these sponsors for their
support, but doesn't necessarily endorse nor promote any specific activity support, but doesn't necessarily endorse nor promote any specific activity
of any of its sponsors.</p> of any of its sponsors.</p>
<ul> <ul id="sponsor">
<li><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></li> <li id="sponsor"><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></li>
<li><img src="/img/sponsors/google.gif" height="77" width="176" alt="Google" /></li> <li id="sponsor"><img src="/img/sponsors/google.gif" height="77" width="176" alt="Google" /></li>
<li><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></li> <li id="sponsor"><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></li>
</ul> </ul>
<!-- This section will be added when we have in-kind contributions --> <!-- This section will be added when we have in-kind contributions -->