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

Christian Bauer christian at hibernate.org
Fri Apr 20 05:10:13 EDT 2007


  User: cbauer  
  Date: 07/04/20 05:10:13

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Finished document history and diff feature
  
  Revision  Changes    Path
  1.21      +23 -0     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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- template.css	19 Apr 2007 09:32:06 -0000	1.20
  +++ template.css	20 Apr 2007 09:10:13 -0000	1.21
  @@ -652,3 +652,26 @@
       margin-top: 10px;
   }
   
  +/* Document history and diff
  +-----------------------------------------------*/
  +
  +#diffOutput {
  +    margin: 10px;
  +}
  +
  +.diffDeleted {
  +    background-color: #ffaaaa;
  +}
  +
  +.diffAdded {
  +    background-color: #aaffaa;
  +}
  +
  +.diffLink {
  +    text-decoration: underline;
  +}
  +
  +.diffPlugin {
  +    border: 1px dashed black;
  +    padding: 2px;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list