Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.30 -r1.31 --- openacs-4/packages/xowiki/www/resources/xowiki.css 20 Jul 2008 18:18:24 -0000 1.30 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 10 Sep 2008 08:42:33 -0000 1.31 @@ -190,3 +190,11 @@ div.xowiki-content .image-button img {border: 0px;} div.book-navigation img {border: 0px;} + +/* Make help_text nicer. Would like to make the font-sizer smaller as well, + but this does not fit together with the openacs form styles, using + magin-left as 17em +*/ +div.xowiki-content .margin-form .form-button, .margin-form div.form-help-text { + color: #7A7A78; +} \ No newline at end of file