Attempt to do CSS that makes the sponsors list look nice.
This commit is contained in:
parent
985a0c3765
commit
dff5fe2e6e
2 changed files with 18 additions and 4 deletions
|
@ -231,3 +231,17 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
|
|||
font-weight: bold;
|
||||
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;
|
||||
}
|
||||
|
|
|
@ -14,10 +14,10 @@ contributions. Conservancy graciously thanks these sponsors for their
|
|||
support, but doesn't necessarily endorse nor promote any specific activity
|
||||
of any of its sponsors.</p>
|
||||
|
||||
<ul>
|
||||
<li><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><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></li>
|
||||
<ul id="sponsor">
|
||||
<li id="sponsor"><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></li>
|
||||
<li id="sponsor"><img src="/img/sponsors/google.gif" height="77" width="176" alt="Google" /></li>
|
||||
<li id="sponsor"><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></li>
|
||||
</ul>
|
||||
|
||||
<!-- This section will be added when we have in-kind contributions -->
|
||||
|
|
Loading…
Reference in a new issue