Changeset - dff5fe2e6e58
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 12 years ago 2012-08-27 14:38:06
bkuhn@ebb.org
Attempt to do CSS that makes the sponsors list look nice.
2 files changed with 18 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -228,6 +228,20 @@ body.conservancy-donate #navbar ul li.donate a,
 
body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
 
{ 
 
    color: #000033;
 
    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;
 
}
www/conservancy/static/sponsors/index.html
Show inline comments
...
 
@@ -11,16 +11,16 @@ The sponsors listed below (in alphabetical order) have donated
 
substantially in the past twelve months to support the ongoing work of
 
Conservancy.  These sponsors support our work through financial
 
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 -->
 

	
 
<!-- <h3>In-Kind Donation of Services</h3> -->
 

	
0 comments (0 inline, 0 general)