Author: jonathan
Date: Mon Jan 28 04:27:32 2008
New Revision: 13073

Log:

More Linux font styling issues.

Modified:
   trunk/mashup/java/modules/www/css/styles.css

Modified: trunk/mashup/java/modules/www/css/styles.css
==============================================================================
--- trunk/mashup/java/modules/www/css/styles.css        (original)
+++ trunk/mashup/java/modules/www/css/styles.css        Mon Jan 28 04:27:32 2008
@@ -307,7 +307,7 @@
 
 .heading {
     font-size: 12pt;
-    font-family: Verdana;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
     color: black;
     margin-bottom: 0em;
     background-image: url(../images/ball.jpg);
@@ -328,7 +328,7 @@
 
 .profile_title, .mashup_title {
     font-size: 14pt;
-    font-family: Verdana;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #96A64B;
     margin-bottom: .5em;
 }
@@ -366,7 +366,7 @@
     height: 1.25em;
     width: 60%;
     font-size: 14pt;
-    font-family: Verdana;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
     background-color: #FFE;
 }
 
@@ -374,7 +374,7 @@
     height: 1.25em;
     width: 60%;
     font-size: 10pt;
-    font-family: Verdana;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
     background-color: #FFE;
 }
 
@@ -382,7 +382,7 @@
     height: 6em;
     width: 80%;
     font-size: 10pt;
-    font-family: Verdana;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
     background-color: #FFE;
 }
 
@@ -554,7 +554,7 @@
     white-space: pre-wrap; /* CSS 2.1 */
     white-space: pre-line; /* CSS 3 */
     word-wrap: break-word; /* IE */
-    font-family: verdana;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
 }
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to