From 69b21f4e448c78d113ddda17de6d1a128dc781e4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 21 Sep 2006 13:13:42 +0000 Subject: [PATCH] Nicer banner --- web/htdocs/chrome/bannerrow.mc | 8 +++++--- web/htdocs/chrome/style.mc | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/htdocs/chrome/bannerrow.mc b/web/htdocs/chrome/bannerrow.mc index c7dea32..2d41622 100644 --- a/web/htdocs/chrome/bannerrow.mc +++ b/web/htdocs/chrome/bannerrow.mc @@ -1,13 +1,15 @@ -%# $Id: bannerrow.mc,v 1.3 2006-09-15 16:48:43 mike Exp $ +%# $Id: bannerrow.mc,v 1.4 2006-09-21 13:13:49 mike Exp $ <%args> $title % my $agent = $m->notes("agent"); -

IRSpy

+
+

-

<% $title %>

+
+

<% $title %>

diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 8826298..38016ec 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,10 +1,12 @@ -/* $Id: style.mc,v 1.7 2006-09-20 11:40:26 mike Exp $ */ +/* $Id: style.mc,v 1.8 2006-09-21 13:13:42 mike Exp $ */ body { color: black; background: white; } -.banner { background: white } +.banner { background: url(/beach.jpeg) } +.logo { text-decoration: none; color: white; margin-left: 1em } +.title { color: black; margin-right: 1em } .panel1 { background: #d4e7f3; padding: 0em 1em; } .panel3 { background: #b4c7d3 } -- 1.7.10.4