mirror of https://github.com/perkeep/perkeep.git
website: update logo/mascot/colors
This is Keepy the Perkeep Parakeet, from Ashley McNamara, @ashleymcnamara. The CSS & HTML changes are my fault. We can revise later. For the rename, issue #981 Change-Id: Ifaf4e4d9a92b5d6d79473f0e9aec9db8f51aa7b1
This commit is contained in:
parent
7ac7a50f61
commit
9427d6eef4
|
@ -98,7 +98,7 @@ h1.rootHeading em {
|
|||
h2,
|
||||
h2>a {
|
||||
color: #fff;
|
||||
background: url(camli-bar-background.png);
|
||||
background: #699023;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
h2 {
|
||||
|
@ -156,10 +156,10 @@ div#page.wide table.dir td.name {
|
|||
height: 43px;
|
||||
width: 788;
|
||||
text-align: center;
|
||||
background: url(camli-bar-background.png);
|
||||
background: #699023;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 1em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 264 KiB |
|
@ -34,7 +34,7 @@
|
|||
|
||||
{{define "banner"}}
|
||||
<div id='header'>
|
||||
<a href="/"><img width='788' height='161' src='/static/camli-header.jpg' title="Perkeep" border='0' /></a>
|
||||
<a href="/"><img width='788' height='161' src='/static/camli-header.png' title="Perkeep" border='0' /></a>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue