You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/04/16 00:45:02 UTC

svn commit: r529086 - /incubator/wicket/common/site/style/wicket.css

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%;