User: user57  
  Date: 01/11/21 12:41:47

  Modified:    src/docs main.css
  Log:
   o changed code, command and output styles to use 12px for fonts
  
  Revision  Changes    Path
  1.9       +2 -4      newsite/src/docs/main.css
  
  Index: main.css
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- main.css  2001/11/21 03:21:08     1.8
  +++ main.css  2001/11/21 20:41:47     1.9
  @@ -2,7 +2,7 @@
    * CSS Style Sheet for the JBoss website.
    */
   
  -/* $Id: main.css,v 1.8 2001/11/21 03:21:08 user57 Exp $ */
  +/* $Id: main.css,v 1.9 2001/11/21 20:41:47 user57 Exp $ */
   
   BODY { 
      font-family: Arial,serif;
  @@ -129,21 +129,19 @@
      border-style: solid;
      padding: 5px;
      font-family: monospace;
  +   font-size: 12px; 
   }
   
   .code { 
      color: #00ff55;
  -   font-size: 10px; 
   }
   
   .command { 
      color: #ffee00;
  -   font-size: 13px; 
   }
   
   .output { 
      color: #eeeeee;
  -   font-size: 10px; 
   }
   
   .red {
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to