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

Christian Bauer christian at hibernate.org
Fri Nov 9 10:08:26 EST 2007


  User: cbauer  
  Date: 07/11/09 10:08:26

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Various updates to core classes and views, required for forum plugin
  
  Revision  Changes    Path
  1.43      +26 -4     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.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- template.css	1 Oct 2007 19:08:06 -0000	1.42
  +++ template.css	9 Nov 2007 15:08:26 -0000	1.43
  @@ -76,7 +76,23 @@
   }
   
   blockquote {
  -    background: #bbbbbb;
  +    background: #eee;
  +    border-left: 4px double #aaaaaa;
  +    padding: 5px;
  +    padding-right: 10px;
  +    margin: 10px;
  +}
  +
  +blockquote blockquote {
  +    background: #ddd;
  +}
  +
  +blockquote blockquote blockquote {
  +    background: #ccc;
  +}
  +
  +blockquote blockquote blockquote blockquote {
  +    background: #bbb;
   }
   
   pre {
  @@ -85,6 +101,7 @@
       padding: 5px;
       font-family: Andale Mono, Courier New, monospace;
       font-size: 90%;
  +    overflow-x: auto;
   }
   
   hr {
  @@ -530,7 +547,7 @@
       padding-top: 1px;
       padding-right: 2%;
       font-size: 85%;
  -    width: 15%;
  +    width: 18%;
   	text-align: right;
   }
   
  @@ -549,7 +566,7 @@
   }
   
   .marginLeft {
  -    margin-left: 17%;
  +    margin-left: 20%;
   }
   
   .wideMarginLeft {
  @@ -591,7 +608,7 @@
   
   
   .textEditResizable {
  -    margin-left: 17%;
  +    margin-left: 20%;
       margin-bottom:10px;
   }
   
  @@ -616,6 +633,7 @@
       padding-right: 10px;
       width: 90%;
       text-align: justify;
  +    background-color: white;
   }
   
   /* Directory Browser
  @@ -783,6 +801,10 @@
       white-space: nowrap;
   }
   
  +.wrapWhitespace {
  +    white-space: normal;
  +}
  +
   .pager {
       width: 100%;
       padding: 0;
  
  
  



More information about the jboss-cvs-commits mailing list