# HG changeset patch
# User Dan
# Date 1250901475 14400
# Node ID aead4e1ce5dfef7a00e5f2c82d28dcf8165c126f
# Parent 73abd46f5148181403d83a9eff9b87962efce90b
Enanium: custom header now has an floating above it that links to the main page.
diff -r 73abd46f5148 -r aead4e1ce5df themes/enanium/css/babygrand.css
--- a/themes/enanium/css/babygrand.css Fri Aug 21 20:37:18 2009 -0400
+++ b/themes/enanium/css/babygrand.css Fri Aug 21 20:37:55 2009 -0400
@@ -74,6 +74,15 @@
margin: 100px auto 0 auto;
}
+a.header-placeholder {
+ display: block;
+ width: 60%;
+ min-width: 500px;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
div#header h1 {
margin: 0;
font-weight: normal;
diff -r 73abd46f5148 -r aead4e1ce5df themes/enanium/header.tpl
--- a/themes/enanium/header.tpl Fri Aug 21 20:37:18 2009 -0400
+++ b/themes/enanium/header.tpl Fri Aug 21 20:37:55 2009 -0400
@@ -24,6 +24,7 @@
if ( is_object($paths) && $head = $paths->sysMsg('SiteHeader') )
{
+ echo '';
echo $head;
}
else