You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/10/04 14:48:27 UTC

cvs commit: xml-forrest/src/resources/skins/forrest-site/css page.css

jefft       2002/10/04 05:48:27

  Modified:    src/resources/skins/forrest-site/css page.css
  Log:
  Fix what looks like a typo, which was causing captions to appear as white text
  on a white background. Also made text bold.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-forrest/src/resources/skins/forrest-site/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/css/page.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- page.css	6 Sep 2002 19:38:08 -0000	1.5
  +++ page.css	4 Oct 2002 12:48:27 -0000	1.6
  @@ -20,7 +20,7 @@
   
   .content { padding: 5px 5px 5px 10px;  font : small;  font-size : 90%; }
   .content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
  -.content .ForrestTable .caption { text-align: left; color: black; }
  +.content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
   .content .ForrestTable th { text-align: center; }
   .content .ForrestTable td { background-color: #f0f0ff; color: black; }