You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by st...@apache.org on 2002/06/29 21:03:15 UTC

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

stevenn     2002/06/29 12:03:15

  Modified:    src/resources/skins/bert/css page.css
               src/resources/skins/forrest-site/css page.css
  Log:
  css patched for mozilla thanks to robmv@promca.com
  
  Revision  Changes    Path
  1.4       +1 -1      xml-forrest/src/resources/skins/bert/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/bert/css/page.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- page.css	6 Jun 2002 22:24:53 -0000	1.3
  +++ page.css	29 Jun 2002 19:03:15 -0000	1.4
  @@ -21,7 +21,7 @@
   .content table .th { text-align: center;  font-size : 12px;}
   .content td { background-color: #f0f0ff; color: black;  font-size : 12px;}
   
  -.frame { width: 100%; margin: 5px 20px 5px 20px;  }
  +.frame { margin: 5px 20px 5px 20px; font-size: 11px; }
   .frame .content { margin: 0px; }
   
   .note { border: solid 1px #7099C5; background-color: #f0f0ff; }
  
  
  
  1.2       +3 -3      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page.css	29 May 2002 16:44:57 -0000	1.1
  +++ page.css	29 Jun 2002 19:03:15 -0000	1.2
  @@ -43,7 +43,7 @@
   
   .content { padding: 5px 5px 5px 10px; }
   
  -.frame { width: 100%; margin: 5px 20px 5px 20px; font-size: 11px; }
  +.frame { margin: 5px 20px 5px 20px; font-size: 11px; }
   .frame .content { margin: 0px; }
   
   .note { border: solid 1px #7099C5; background-color: #f0f0ff; }
  @@ -58,8 +58,8 @@
   .code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
   
   table.table { width: 100%; font-size: 11px; background-color: #7099C5; color: #ffffff; }
  -.table caption { text-align: left; text-weight: bold; color: black; }
  -.table th { text-align: center; text-weight: bold; }
  +.table caption { text-align: left; font-weight: bold; color: black; }
  +.table th { text-align: center; font-weight: bold; }
   .table td { background-color: #f0f0ff; color: black; }
   
   .dida { font-size: 9px; }