projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcb616
)
Omit padding at top of panel1/2
author
Mike Taylor
<mike@indexdata.com>
Wed, 20 Sep 2006 11:37:33 +0000
(11:37 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 20 Sep 2006 11:37:33 +0000
(11:37 +0000)
(Not needed as contents are now in a paragraph)
web/htdocs/chrome/style.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/chrome/style.mc
b/web/htdocs/chrome/style.mc
index
67536f9
..
ffd5e97
100644
(file)
--- a/
web/htdocs/chrome/style.mc
+++ b/
web/htdocs/chrome/style.mc
@@
-1,11
+1,11
@@
-/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */
+/* $Id: style.mc,v 1.6 2006-09-20 11:37:33 mike Exp $ */
body {
color: black;
background: white;
}
.banner { background: white }
-.panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; }
+.panel1, .panel2 { background: #d4e7f3; padding: 0em 1em; }
.panel3 { background: #b4c7d3 }
<%doc>Fixing the layout</%doc>