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 2013/02/28 19:27:19 UTC

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

Author: gcrawford
Date: Thu Feb 28 18:27:19 2013
New Revision: 1451278

URL: http://svn.apache.org/r1451278
Log:
TRINIDAD-2367 Remove Firefox Thai language work around as it is no longer needed.

Thanks to Mark Yvanovich

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=1451278&r1=1451277&r2=1451278&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 Thu Feb 28 18:27:19 2013
@@ -4214,18 +4214,3 @@
   }
 } } }
 
-
-/** And on Thai Gecko - see bug 3897341 - bump the font size up **/
-@platform windows, linux {
-  @agent gecko {
-    @locale th {
-  .AFDefaultFontFamily:alias {
-    font-family: Browallia New,Arial,Helvetica,Geneva,sans-serif;
-    font-size: 16pt;
-  }
-
-  .AFDefaultFont:alias {
-    -tr-rule-ref: selector(".AFDefaultFontFamily:alias");
-  }
-} } }
-