X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=38016ec90310ba9bf9b158661fda2ab2d378aed4;hb=d6f0274245106395d601edca46bd31b4cca6015e;hp=67536f9dec7192e851b4d78ba37cdb6030e8123e;hpb=4315ec5a53f151fe51a8b8ce37102d8ebf70b81a;p=irspy-moved-to-github.git diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 67536f9..38016ec 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,15 +1,17 @@ -/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */ +/* $Id: style.mc,v 1.8 2006-09-21 13:13:42 mike Exp $ */ body { color: black; background: white; } -.banner { background: white } -.panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; } +.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 } <%doc>Fixing the layout -.panel1, .panel2 { width: 100px } +.panel1 { width: 100px } .spacer { width: 1em } <%doc>Why isn't this the default?