You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2002/05/21 00:12:46 UTC

cvs commit: xml-forrest/src/documentation/skins/xml-apache-site/css xml-apache.css

nicolaken    02/05/20 15:12:45

  Added:       src/documentation/skins/xml-apache-site/css xml-apache.css
  Log:
  Updated to latest res.
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/documentation/skins/xml-apache-site/css/xml-apache.css
  
  Index: xml-apache.css
  ===================================================================
  <style type=text/css>
  a.menu {
  	color: #FFFFFF;
      text-align:left;               
      font-size:12px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight:plain;
      text-decoration:none;
      padding-left: 14px
  }
  .menutitle {
  	color: #000000;
      text-align:left;               
      font-size:10px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight:bold;
      padding-left: 8px
  }
  .menuselected {
  	color: white;
      text-align:left;               
      font-size:12px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight:bold;
      padding-left: 14px
  }
  </style>