You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/10/18 23:21:23 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/resources/css styles.css

michi       2003/10/18 14:21:23

  Modified:    src/webapp/lenya/pubs/blog/xslt global.xsl
               src/webapp/lenya/pubs/blog/resources/css styles.css
  Log:
  footer added
  
  Revision  Changes    Path
  1.12      +1 -3      cocoon-lenya/src/webapp/lenya/pubs/blog/xslt/global.xsl
  
  Index: global.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/xslt/global.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- global.xsl	10 Sep 2003 19:10:17 -0000	1.11
  +++ global.xsl	18 Oct 2003 21:21:23 -0000	1.12
  @@ -55,13 +55,11 @@
   </td>
   </tr>
   
  -<!--
   <tr>
   <td colspan="2" id="footer">
  -Copyright &#169; Apache Software Foundation
  +Copyright &#169; 2003 The Apache Software Foundation. All rights reserved.
   </td>
   </tr>
  --->
   </table>
   </body>
   </html>
  
  
  
  1.7       +10 -0     cocoon-lenya/src/webapp/lenya/pubs/blog/resources/css/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/resources/css/styles.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- styles.css	30 Aug 2003 11:47:00 -0000	1.6
  +++ styles.css	18 Oct 2003 21:21:23 -0000	1.7
  @@ -78,6 +78,16 @@
     background-color: transparent;
   }
   
  +td#footer {
  +  border-top: solid 1pt #b1b1b1;
  +  padding: 10pt;
  +  background-color: #ffffff;
  +  color: #000000;
  +  font-family: verdana, sans-serif;
  +  font-size: small;
  +  /*border: 1pt solid blue;*/
  +}
  +
   div.sidebar-title {
     font-style: verdana, sans-serif;
     font-weight: bold;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org