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

Christian Bauer christian at hibernate.org
Fri Apr 20 07:16:39 EDT 2007


  User: cbauer  
  Date: 07/04/20 07:16:39

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Upgraded to BSD-licensed urlrewrite and some cosmetic changes
  
  Revision  Changes    Path
  1.22      +47 -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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- template.css	20 Apr 2007 09:10:13 -0000	1.21
  +++ template.css	20 Apr 2007 11:16:39 -0000	1.22
  @@ -53,6 +53,53 @@
       color: #666;
   }
   
  +h1 {
  +    font-size: 150%;
  +    font-weight: normal;
  +}
  +
  +h2 {
  +    font-size: 125%;
  +    font-weight: bold;
  +}
  +
  +h3 {
  +    font-size: 110%;
  +    font-weight: bold;
  +}
  +
  +
  +h4 {
  +    font-size: 100%;
  +    font-weight: bold;
  +}
  +
  +q {
  +    font-style: italic;
  +}
  +
  +pre {
  +    background-color: #f5f5f5;
  +    border: 1px solid #aaaaaa;
  +    padding: 5px;
  +    font-family: Andale Mono, Courier New, monospace;
  +    font-size: 90%;
  +}
  +
  +hr {
  +    width: 100%;
  +    border-width: 0;
  +    margin-top: 10px;
  +    margin-bottom: 10px;
  +    height: 1px;
  +    color: #BCAE79;
  +    background-color: #BCAE79;
  +}
  +
  +ul {
  +    list-style: square;
  +}
  +
   /* Layout
   ----------------------------------------------- */
   #screen {
  
  
  



More information about the jboss-cvs-commits mailing list