# HG changeset patch # User Sylvain Thénault # Date 1287302643 -7200 # Node ID 67bff8734a5b6851f3abbcda0f2d7c5b18ee68ce # Parent c46b3b3291e8608e3049c9a6ae5701d04185041d [css] typo diff -r c46b3b3291e8 -r 67bff8734a5b 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)