You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by be...@apache.org on 2002/07/14 12:26:09 UTC

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

bert        2002/07/14 03:26:09

  Modified:    src/resources/skins/bert/css page.css
  Log:
  solve font size problem in Mozilla
  
  Revision  Changes    Path
  1.5       +2 -2      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- page.css	29 Jun 2002 19:03:15 -0000	1.4
  +++ page.css	14 Jul 2002 10:26:09 -0000	1.5
  @@ -1,11 +1,11 @@
  -body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif;  font : 12px;  }
  +body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif;  font-size : 12px;  }
   
   a:link { color: #0F3660; }
   a:visited { color: #009999; }
   a:active { color: #000066; }
   a:hover { color: #000066; }
   
  -.menu { background-color: #4C6C8F; margin: 0px; padding: 3px 8px 5px 3px;  font : 12px;  }
  +.menu { background-color: #4C6C8F; margin: 0px; padding: 3px 8px 5px 3px;  font-size : 12px;  }
   .menu a:link { color: #FFFFFF;  text-decoration : none;  }
   .menu a:visited { color: #FFFFFF; text-decoration : none; }
   /*.menu a:active { font-weight: bold }*/
  
  
  

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

Posted by Bert Van Kets <be...@vankets.com>.
Thanks for the upload.  It saved me some time trying to figure out how to 
get access to the site.
Bert

At 14:10 14/07/2002 +0200, you wrote:
>bert@apache.org wrote:
>
>>bert        2002/07/14 03:26:09
>>   Modified:    src/resources/skins/bert/css page.css
>>   Log:
>>   solve font size problem in Mozilla
>
>I rebuilt locally and committed changes to the xml-site module, if all 
>goes well, site should be changed within some time (max 6 hours)
>
>thanks for the swift patch, bert!
>
></Steven>
>--
>Steven Noels                            http://outerthought.org/
>Outerthought - Open Source, Java & XML Competence Support Center
>stevenn@outerthought.org                      stevenn@apache.org


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

Posted by Steven Noels <st...@outerthought.org>.
bert@apache.org wrote:

> bert        2002/07/14 03:26:09
> 
>   Modified:    src/resources/skins/bert/css page.css
>   Log:
>   solve font size problem in Mozilla

I rebuilt locally and committed changes to the xml-site module, if all 
goes well, site should be changed within some time (max 6 hours)

thanks for the swift patch, bert!

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
stevenn@outerthought.org                      stevenn@apache.org