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

Christian Bauer christian at hibernate.org
Thu Dec 20 13:35:54 EST 2007


  User: cbauer  
  Date: 07/12/20 13:35:54

  Modified:    examples/wiki/view/themes/sfwkorg/css  sfwk.css
  Log:
  Simplifed and fixed help popup
  
  Revision  Changes    Path
  1.4       +8 -8      jboss-seam/examples/wiki/view/themes/sfwkorg/css/sfwk.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: sfwk.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/sfwk.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- sfwk.css	20 Dec 2007 12:23:04 -0000	1.3
  +++ sfwk.css	20 Dec 2007 18:35:54 -0000	1.4
  @@ -398,14 +398,6 @@
   /* General
   ----------------------------------------------- */
   
  -#bodyPlain {
  -    background: white;
  -    text-align: left;
  -    margin-left: 0;
  -    padding: 5px 10px 10px 10px ;
  -    border: 0;
  -}
  -
   .documentTags {
       border-top: 1px solid #ccc;
       white-space: nowrap;
  @@ -434,6 +426,14 @@
       text-decoration: underline;
   }
   
  +.regularLink:hover {
  +    color: #000;
  +}
  +
  +.regularLink:visited {
  +    text-decoration: none;
  +}
  +
   .brokenLink {
       color: #ff0000;
       text-decoration: line-through;
  
  
  



More information about the jboss-cvs-commits mailing list