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

Christian Bauer christian at hibernate.org
Wed Mar 21 13:32:24 EDT 2007


  User: cbauer  
  Date: 07/03/21 13:32:24

  Modified:    examples/wiki/view/themes/default/css  blogDirectory.css
  Log:
  Support EL value bindings in plugin CSS files
  
  Revision  Changes    Path
  1.2       +11 -4     jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogDirectory.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- blogDirectory.css	21 Mar 2007 01:24:47 -0000	1.1
  +++ blogDirectory.css	21 Mar 2007 17:32:24 -0000	1.2
  @@ -1,4 +1,6 @@
   #blogHeader {
  +    white-space: nowrap;
  +    padding: 10px;
   }
   
   #blogTitle {
  @@ -14,18 +16,21 @@
   }
   
   .blogEntry {
  -    border: 1px solid #87786e;
  -    margin-top: 10px;
  +    background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
       margin-bottom: 10px;
  +    margin-top: 10px;
   }
   
   .blogEntryHeader {
  -    background: #c2bcaf;
       padding: 10px;
  +    border-top: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
   }
   
   .blogEntryTitle {
       font-size: 110%;
  +    margin-bottom: 5px;
       font-weight: bold;
   }
   
  @@ -46,6 +51,8 @@
   }
   
   .blogEntryFooter {
  -    border-top: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
  +    border-bottom: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
       padding: 10px;
   }
  
  
  



More information about the jboss-cvs-commits mailing list