Hi, In the CSS for Chinese pages, texts within <strong> tags have a background of yellow. After consulted a few Chinese users, we all think that the background colour should better be removed. Patch is attached.
Anthony Wong
Index: chinese/debian-zh.css =================================================================== RCS file: /cvs/webwml/webwml/chinese/debian-zh.css,v retrieving revision 1.4 diff -u -b -u -r1.4 debian-zh.css --- chinese/debian-zh.css 24 Mar 2006 22:52:31 -0000 1.4 +++ chinese/debian-zh.css 24 Apr 2007 06:40:32 -0000 @@ -7,7 +7,6 @@ } html[lang|="zh"] strong { font-weight: 400; - background-color: yellow; } html[lang|=zh] #maincol li { line-height: 1.2em;