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

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:24 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:24

  Modified:    examples/wiki/view/themes/sfwkorg/m/css  template.css
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.2       +7 -11     jboss-seam/examples/wiki/view/themes/sfwkorg/m/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/sfwkorg/m/css/template.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- template.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ template.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -19,13 +19,6 @@
       font-size: 100%;
   }
   
  -#header {
  -    background-color: #f5f5f5;
  -    padding: 5px;
  -    color: #000;
  -    font-size: 120%;
  -}
  -
   #control {
       background-color: #ccc;
       text-align: right;
  @@ -43,6 +36,7 @@
   
   .messageBoxCell {
       padding: 5px;
  +    background-color: #ffeeee;
   }
   
   .errorMessage {
  @@ -137,11 +131,13 @@
   
   .boxHeader, .blogEntryHeader {
       font-weight: bold;
  -    background: #eee;
       border: none;
   }
   
  -.commentAuthorDate {
  -    font-style: italic;
  -    padding: 5px;
  +.smallFont {
  +    font-size: 85%;
  +}
  +
  +.commentText {
  +    padding: 10px;
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list