[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Mon Mar 19 08:11:24 EDT 2007


  User: cbauer  
  Date: 07/03/19 08:11:24

  Modified:    examples/wiki/view/themes/default/css   template.css
  Added:       examples/wiki/view/themes/default/css  
                        lastModifiedDocuments.css
  Log:
  Automatic CSS include for plugins
  
  Revision  Changes    Path
  1.13      +2 -1      jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- template.css	19 Mar 2007 04:53:54 -0000	1.12
  +++ template.css	19 Mar 2007 12:11:24 -0000	1.13
  @@ -35,7 +35,7 @@
       font-family: Andale Mono, Courier New, monospace;
   }
   ol, ul {
  -	margin: 10px 0px 10px 6px;
  +	margin: 10px 0 10px 6px;
   }
   li {
   	margin: 10px 12px;
  @@ -188,6 +188,7 @@
   
   .documentDisplay {
       padding-left: 10px;
  +    padding-right: 10px;
   }
   
   .attachmentDisplay {
  
  
  
  1.1      date: 2007/03/19 12:11:24;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/default/css/lastModifiedDocuments.css
  
  Index: lastModifiedDocuments.css
  ===================================================================
  .lastModifiedLink:link {color: #962325}
  .lastModifiedLink:visited {color: #962325}
  .lastModifiedLink:hover {color: #000}
  .lastModifiedLink:active {color: #aaa}
  
  
  



More information about the jboss-cvs-commits mailing list