summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-12-10 14:06:59 (EST)
committer P. J. McDermott <pjm@nac.net>2012-12-10 14:06:59 (EST)
commitb8aedf198f34595fbb8486541cd4081951d153c2 (patch)
tree2525cb98d21ca65ccf142706fa600c2b4c2620ad /templates
parent383f28fcc7509bdd2e4c93c5cc37acad8093a240 (diff)
Simplify logo in template; move image to CSS.
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 50e6c76..d224e88 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -30,12 +30,9 @@
<body>
<a href="#body" class="skip">Skip to body</a>
<nav>
- <div class="logo">
- <a href="/">
- <img src="//media.proteanos.com/images/title-logo-right-64.png"
- alt="ProteanOS">
- </a>
- </div>
+ <a href="/" class="logo">
+ ProteanOS
+ </a>
<div class="nav">
<ul>
<li><a href="/about/">About</a></li>