X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=88262986dd97eae81c8f5aedb8711db0f6754369;hp=ffd5e970e550b275d2772246634d2360d679effa;hb=69560a737100a31ac2759f10f2f86278db7e91f8;hpb=158b15fb1e7a409933fbd184ea422b769f7ff3be diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index ffd5e97..8826298 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,15 +1,15 @@ -/* $Id: style.mc,v 1.6 2006-09-20 11:37:33 mike Exp $ */ +/* $Id: style.mc,v 1.7 2006-09-20 11:40:26 mike Exp $ */ body { color: black; background: white; } .banner { background: white } -.panel1, .panel2 { background: #d4e7f3; padding: 0em 1em; } +.panel1 { background: #d4e7f3; padding: 0em 1em; } .panel3 { background: #b4c7d3 } <%doc>Fixing the layout -.panel1, .panel2 { width: 100px } +.panel1 { width: 100px } .spacer { width: 1em } <%doc>Why isn't this the default?