[sword-svn] r3418 - trunk/src/modules/filters

refdoc at crosswire.org refdoc at crosswire.org
Sat Apr 23 11:53:47 MST 2016


Author: refdoc
Date: 2016-04-23 11:53:47 -0700 (Sat, 23 Apr 2016)
New Revision: 3418

Modified:
   trunk/src/modules/filters/osisxhtml.cpp
Log:
Added Chinese handling of transchange


Modified: trunk/src/modules/filters/osisxhtml.cpp
===================================================================
--- trunk/src/modules/filters/osisxhtml.cpp	2016-04-23 18:01:15 UTC (rev 3417)
+++ trunk/src/modules/filters/osisxhtml.cpp	2016-04-23 18:53:47 UTC (rev 3418)
@@ -40,6 +40,7 @@
 		.transChange { font-style: italic;}\n\
 		.transChange[type=tenseChange]::before { content: '|'; vertical-align:sub; font-size: 0.75em; color: red;}\n\
 		.transChange[type=tenseChange]::after    { content: '|'; vertical-align:sub; font-size: 0.75em; color: red;}\n\
+		.transChange:lang(zh) { font-style: normal; text-decoration : dotted underline;}\n\
 		.overline        { text-decoration: overline; }\n\
 		.indent1         { margin-left: 10px }\n\
 		.indent2         { margin-left: 20px }\n\
@@ -51,8 +52,7 @@
 		.acrostic { text-align: center; }\n\
 		.colophon {font-style: italic; font-size=small; display:block;}\n\
 		.rdg { font-style: italic;}\n\
-		.catchWord {font-style: bold;}\n\
-	";
+		.catchWord {font-style: bold;}\n";
 	// Acrostic for things like the titles in Psalm 119
 	return header;
 }




More information about the sword-cvs mailing list