Author: dashorst
Date: Sun Apr 15 15:45:02 2007
New Revision: 529086

URL: http://svn.apache.org/viewvc?view=rev&rev=529086
Log:
Fixed font issue on windows pc's by setting first font to Lucida Sans Unicode

Modified:
    incubator/wicket/common/site/style/wicket.css

Modified: incubator/wicket/common/site/style/wicket.css
URL: 
http://svn.apache.org/viewvc/incubator/wicket/common/site/style/wicket.css?view=diff&rev=529086&r1=529085&r2=529086
==============================================================================
--- incubator/wicket/common/site/style/wicket.css (original)
+++ incubator/wicket/common/site/style/wicket.css Sun Apr 15 15:45:02 2007
@@ -6,7 +6,7 @@
        background:#787878 url('background.gif');
        margin:0px;
        padding:0px;
-       font-family: "Lucida Sans Regular", "Lucida Grande", "Tahoma", Verdana;
+       font-family: "Lucida Sans Unicode", "Lucida Grande", "Tahoma", Verdana;
        font-size: 76%;
        color:#4a4a4a;
        height:100%;


Reply via email to