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

Christian Bauer christian at hibernate.org
Fri Jan 4 17:28:51 EST 2008


  User: cbauer  
  Date: 08/01/04 17:28:51

  Modified:    examples/wiki/view/themes/sfwkorg/css    sfwk.css
                        userControl.css feedTeasers.css
  Log:
  Configurable forum reply e-mail notification and Safari3 fixes
  
  Revision  Changes    Path
  1.7       +6 -2      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- sfwk.css	3 Jan 2008 09:06:04 -0000	1.6
  +++ sfwk.css	4 Jan 2008 22:28:51 -0000	1.7
  @@ -399,6 +399,11 @@
   /* General
   ----------------------------------------------- */
   
  +a:hover .documentTitle {
  +    color: #000;
  +    text-decoration: underline;
  +}
  +
   .documentTags {
       border-top: 1px solid #ccc;
       white-space: nowrap;
  @@ -895,7 +900,7 @@
   }
   
   .boxHeader {
  -    text-align: right;
  +    text-align: left;
       padding-left: 5px;
       padding-right: 5px;
       padding-top: 5px;
  @@ -919,7 +924,6 @@
   
   .boxContent {
       background-color: #fff;
  -    padding: 10px;
       border-left: 1px solid #d3d2d1;
       border-right: 1px solid #d3d2d1;
   }
  
  
  
  1.4       +4 -0      jboss-seam/examples/wiki/view/themes/sfwkorg/css/userControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/userControl.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- userControl.css	2 Jan 2008 05:36:15 -0000	1.3
  +++ userControl.css	4 Jan 2008 22:28:51 -0000	1.4
  @@ -20,6 +20,10 @@
       margin-right: 5px;
   }
   
  +.userControlPanel .link:hover .linkText {
  +    color: #aaa;
  +}
  +
   .userControlPanel .linkText {
   	color: #fff;
   	text-decoration: none;
  
  
  
  1.3       +1 -0      jboss-seam/examples/wiki/view/themes/sfwkorg/css/feedTeasers.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: feedTeasers.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/feedTeasers.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- feedTeasers.css	19 Dec 2007 04:29:24 -0000	1.2
  +++ feedTeasers.css	4 Jan 2008 22:28:51 -0000	1.3
  @@ -9,6 +9,7 @@
   
   .teaserAuthorDate {
       text-align: right;
  +    font-size: 90%;
   }
   
   .teaserAuthor {
  
  
  



More information about the jboss-cvs-commits mailing list