Next version of Fab's text-containing image logo; some CSS and HTML
changes to make the appearance of it better.
This commit is contained in:
parent
91ef826abd
commit
e256b5329c
3 changed files with 3 additions and 4 deletions
|
@ -69,7 +69,7 @@ h2 { border-bottom: 1px solid #aaa; }
|
||||||
}
|
}
|
||||||
#logobutton {
|
#logobutton {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute; left: 17px; top: 10px; height: 120px; width: 400px;
|
position: absolute; left: 17px; top: 10px; height: 120px; width: 440px;
|
||||||
background: url(/img/conservancy-header.png) left center no-repeat;
|
background: url(/img/conservancy-header.png) left center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 26 KiB |
|
@ -14,9 +14,8 @@
|
||||||
|
|
||||||
<body class="conservancy-{% block category %}other{% endblock %}">
|
<body class="conservancy-{% block category %}other{% endblock %}">
|
||||||
<div id="conservancyheader">
|
<div id="conservancyheader">
|
||||||
<h1><a href="/">Software Freedom Conservancy</a></h1>
|
|
||||||
</div>
|
<h1><span id="logobutton"><a href="/">Software Freedom Conservancy</span></a></h1>
|
||||||
<div id="logobutton">
|
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar-outer">
|
<div id="navbar-outer">
|
||||||
<div id="navbar">
|
<div id="navbar">
|
||||||
|
|
Loading…
Reference in a new issue