Color improvement from fab; still trying to work out text placement.
This commit is contained in:
parent
8c4a6d2a91
commit
0fc09ea154
2 changed files with 5 additions and 3 deletions
|
@ -49,9 +49,10 @@ h2 { border-bottom: 1px solid #aaa; }
|
||||||
height: 90px;
|
height: 90px;
|
||||||
/* background-color: #d1ff96; */
|
/* background-color: #d1ff96; */
|
||||||
background-color: #92CC58;
|
background-color: #92CC58;
|
||||||
|
background-color: #BDD8A2;
|
||||||
border-bottom: 1px solid #808080;
|
border-bottom: 1px solid #808080;
|
||||||
font-size: 6em;
|
font-size: 4em;
|
||||||
margin-right: 3px;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logobutton {
|
#logobutton {
|
||||||
|
|
|
@ -14,9 +14,10 @@
|
||||||
|
|
||||||
<body class="conservancy-{% block category %}other{% endblock %}">
|
<body class="conservancy-{% block category %}other{% endblock %}">
|
||||||
<div id="conservancyheader">
|
<div id="conservancyheader">
|
||||||
<span id="logobutton"/>
|
|
||||||
<h1><a href="/">Software Freedom Conservancy</a></h1>
|
<h1><a href="/">Software Freedom Conservancy</a></h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="logobutton">
|
||||||
|
</div>
|
||||||
<div id="navbar-outer">
|
<div id="navbar-outer">
|
||||||
<div id="navbar">
|
<div id="navbar">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue