|
From: CVS C. to T. <the...@li...> - 2012-03-17 19:38:29
|
Revision: 687
http://themis.svn.sourceforge.net/themis/?rev=687&view=rev
Author: mark_hellegers
Date: 2012-03-17 19:38:23 +0000 (Sat, 17 Mar 2012)
Log Message:
-----------
Set the STRONG element to display in bold.
Modified Paths:
--------------
trunk/themis/modules/CSSParser/html4.css
Modified: trunk/themis/modules/CSSParser/html4.css
===================================================================
--- trunk/themis/modules/CSSParser/html4.css 2012-03-17 18:26:40 UTC (rev 686)
+++ trunk/themis/modules/CSSParser/html4.css 2012-03-17 19:38:23 UTC (rev 687)
@@ -18,7 +18,8 @@
IMG { display: inline }
FONT { display: inline }
SPAN { display: inline }
-STRONG { display: inline }
+STRONG { display: inline;
+ font-weight: bold }
CODE { display: inline }
SCRIPT { display: none }
NOSCRIPT { display: none }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|