[css] typo
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Sun, 17 Oct 2010 10:04:03 +0200
changeset 6523 67bff8734a5b
parent 6522 c46b3b3291e8
child 6524 eca20b012104
[css] typo
web/data/uiprops.py
--- a/web/data/uiprops.py	Fri Oct 15 19:52:18 2010 +0200
+++ b/web/data/uiprops.py	Sun Oct 17 10:04:03 2010 +0200
@@ -122,7 +122,7 @@
 # body of boxes in the left or right column (whatever contextFree / contextual)
 leftrightBoxBodyBgColor = '#FFF'
 leftrightBoxBodyBg = lazystr('%(leftrightBoxBodyBgColor)s')
-leftrightBoxBodyColor = '#black'
+leftrightBoxBodyColor = 'black'
 leftrightBoxBodyHoverBgColor = '#EEEDD9'
 
 # body of 'incontext' boxes (eg displayed insinde the primary view)