Author: azeez Date: Thu May 29 02:51:13 2008 New Revision: 17567 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17567
Log: Reducing font size Modified: trunk/wsas/java/modules/www/extensions/core/css/wso2wsas.css Modified: trunk/wsas/java/modules/www/extensions/core/css/wso2wsas.css URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/www/extensions/core/css/wso2wsas.css?rev=17567&r1=17566&r2=17567&view=diff ============================================================================== --- trunk/wsas/java/modules/www/extensions/core/css/wso2wsas.css (original) +++ trunk/wsas/java/modules/www/extensions/core/css/wso2wsas.css Thu May 29 02:51:13 2008 @@ -156,19 +156,19 @@ a#transport_link { background: url( ../images/menu_transports.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#module_view_link { background: url( ../images/bricks.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#handler_view_link { background: url( ../images/handler_flow.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#plugin__ui_link { @@ -216,73 +216,73 @@ a#create_svc_link{ background: url( ../images/create_svc.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#dataservice__ui_link{ background: url( ../images/config_dataservice.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#enable_mtom_link{ background: url( ../images/active.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#disable_mtom_link{ background: url( ../images/inactive.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#axis1_link { background: url( ../images/axis.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#axis2_link { background: url( ../images/axis2.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#axis2_link1 { background: url( ../images/axis2_01.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#axis2_link2 { background: url( ../images/axis2_02.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#data_service_link { background: url( ../images/data_service.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#ejb_link { background: url( ../images/ejb.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#pojo_link { background: url( ../images/pojo.gif ) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } a#spring_link { background: url( ../images/spring.gif) transparent no-repeat 0px 0px; text-decoration: none; - font-size: 10pt; + font-size: 9pt; } _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
