From: Mike Taylor Date: Tue, 31 Oct 2006 16:19:39 +0000 (+0000) Subject: Add panel2 style for this-record menu. X-Git-Tag: CPAN-v1.02~54^2~806 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=794a73d917b9c2f792387a71579101eee97f3533;hp=2200ad51872b1d3136ed0db4e26aca42aac7e746 Add panel2 style for this-record menu. Remove underlining for links inside menu box. --- diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 93c2f52..6517db9 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,4 +1,4 @@ -/* $Id: style.mc,v 1.9 2006-10-26 17:22:35 mike Exp $ */ +/* $Id: style.mc,v 1.10 2006-10-31 16:19:39 mike Exp $ */ body { color: black; background: white; @@ -8,12 +8,19 @@ body { .logo { text-decoration: none; color: white; margin-left: 1em } .title { color: black; margin-right: 1em } .panel1 { background: #d4e7f3; padding: 0em 1em; } +.panel1 a { text-decoration: none } .panel3 { background: #b4c7d3 } <%doc>Fixing the layout .panel1 { width: 100px } .spacer { width: 1em } +.panel2 { + background: #b0d0ff; + margin: -0.5em; + padding: 0.5em; +} + <%doc>Why isn't this the default? img { border: 0 }