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
...
 
@@ -233 +233,15 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
 
}
 

	
 
#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
...
 
@@ -16,6 +16,6 @@ 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>
0 comments (0 inline, 0 general)