You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gc...@apache.org on 2014/10/07 23:41:13 UTC

svn commit: r1629985 - /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css

Author: gcrawford
Date: Tue Oct  7 21:41:13 2014
New Revision: 1629985

URL: http://svn.apache.org/r1629985
Log:
TRINIDAD-2512 Code changes to allow the use of font-family in CSS (for CJK locales)

Thanks to Avin

Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css?rev=1629985&r1=1629984&r2=1629985&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css Tue Oct  7 21:41:13 2014
@@ -4182,21 +4182,6 @@
 }
 /* end stylesheet */
 
-/** CJK style sheet for all **/
-@locale ja, zh, ko {
-
-  /**
-    We don't specify a font family for CJK languages, since most browsers
-    (Netscape, ICE, IE) seem to have problems displaying CJK text with
-    our default font-family list (Arial, Helvetica, etc...).  We're better
-    off letting the font-family default.
-  **/
-  .AFDefaultFontFamily:alias {
-    -tr-inhibit: font-family;
-  }
-
-}
-
 /** But: in CJK, IE is having some bad problems with sizing lists
   and choices correctly - this is bug 2440402.  For the two styles
   that are relevant here, work around the problem using size 100%.  That's