Add hr-like line after listed sponsors.
When one sponsor has a logo, and the next one doesn't, it looks like the textual name of that sponsor is the sponsor above it. This bit of CSS corrects that problem.
This commit is contained in:
parent
5793d4bbe9
commit
7cf6e58968
1 changed files with 11 additions and 0 deletions
|
@ -431,6 +431,17 @@ body.conservancy-supporter #navbar ul li.supporter a
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
ul#sponsor li:after {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 2px;
|
||||
width: 30%;
|
||||
margin-left: 35%;
|
||||
margin-right: 35%;
|
||||
margin-top: 4px;
|
||||
background: #afe478;
|
||||
}
|
||||
|
||||
#subbox {
|
||||
position: absolute;
|
||||
padding-top: 10px;
|
||||
|
|
Loading…
Reference in a new issue