ZF-2514: Wrong CSS property/value
Description
in all dbstyle.css the couple property: value: text-decoration: italic; is not valid css it should be replaced by: font-style: italic;
in all dbstyle.css the couple property: value: text-decoration: italic; is not valid css it should be replaced by: font-style: italic;
Comments
Posted by Sébastien Gallet (haijin) on 2008-01-29T08:55:53.000+0000
here is a diff file to patch the dbstyle.css file for all the documentations.
Posted by Thomas Weidner (thomas) on 2008-02-07T16:46:57.000+0000
Fixed with SVN-7858
Posted by Wil Sinclair (wil) on 2008-06-15T21:32:37.000+0000
Updating to comply with new IT component conventions.