--- a/web/data/cubicweb.css Fri Jul 02 09:01:22 2010 +0200
+++ b/web/data/cubicweb.css Fri Jul 02 09:01:58 2010 +0200
@@ -51,7 +51,7 @@
h3 { padding: %(h3Padding)s; }
html, body {
- background: #e2e2e2;
+ background: %(pageBgColor)s;
}
a, a:active, a:visited, a:link {
--- a/web/data/uiprops.py Fri Jul 02 09:01:22 2010 +0200
+++ b/web/data/uiprops.py Fri Jul 02 09:01:58 2010 +0200
@@ -96,7 +96,9 @@
aColor = '#e6820e'
aActiveColor = aVisitedColor = aLinkColor = aColor
+
# page frame
+pageBgColor = '#e2e2e2'
pageContentBorderColor = '#ccc'
pageContentBgColor = '#fff'
pageContentPadding = '1em'