From 5b563002a7ecadf26b7b0e5df776bb220c9a988a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 21 Mar 2007 13:33:09 +0000 Subject: [PATCH] panel3 sand-coloured. --- web/htdocs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/style.css b/web/htdocs/style.css index a1fe034..a3a6866 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,4 +1,4 @@ -/* $Id: style.css,v 1.2 2007-03-14 17:27:46 mike Exp $ */ +/* $Id: style.css,v 1.3 2007-03-21 13:33:09 mike Exp $ */ body { color: black; background: white; @@ -15,7 +15,7 @@ blockquote { .title { color: black; margin-right: 1em } .panel1 { background: #d4e7f3; padding: 0em 1em; } .panel1 a { text-decoration: none } -.panel3 { background: #b4c7d3 } +.panel3 { background: #ffcc66 } /* Fixing the layout */ .panel1 { width: 9em } -- 1.7.10.4