Author: chanaka
Date: Tue Feb  5 10:37:36 2008
New Revision: 13284

Log:

about column color changed to a plane color replacing the fading effect

Modified:
   branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css    
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css    
Tue Feb  5 10:37:36 2008
@@ -29,24 +29,22 @@
 padding-top:0px;
 }
 .promotionDivContent {
-border:solid 1px #7e7e7e;
+
+background-color:#e6e9bd;
+padding:5px;
 }
 .promotionDiv a.area{
-background-image:url(../images/icon-arrow-about.gif);
-background-repeat:no-repeat;
-background-position:150px 4px;
 display:block;
-color:#ffffff;
-background-color:#b88e44;
 line-height:20px;
 border-bottom:solid 1px #202020;
 text-indent:5px;
+color:black;
+margin-top:10px;
 }
 .promotionDiv a.normal{
 color:#ffffff;
 }
 .promotionDiv div.aboutBack{
-background-image:url(../images/promotionBackground.jpg);
 background-repeat:repeat-y;
 background-position:0px 0px;
 margin:0px;

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to