You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/14 02:50:04 UTC

svn commit: r111776 - /lenya/trunk/src/webapp/lenya/resources/css/menu.xml /lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl

Author: gregor
Date: Mon Dec 13 17:50:03 2004
New Revision: 111776

URL: http://svn.apache.org/viewcvs?view=rev&rev=111776
Log:
Moved styling information from inline to CSS.
Modified:
   lenya/trunk/src/webapp/lenya/resources/css/menu.xml
   lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl

Modified: lenya/trunk/src/webapp/lenya/resources/css/menu.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/resources/css/menu.xml?view=diff&rev=111776&p1=lenya/trunk/src/webapp/lenya/resources/css/menu.xml&r1=111775&p2=lenya/trunk/src/webapp/lenya/resources/css/menu.xml&r2=111776
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/menu.xml	(original)
+++ lenya/trunk/src/webapp/lenya/resources/css/menu.xml	Mon Dec 13 17:50:03 2004
@@ -16,6 +16,12 @@
 -->
 <css>
 
+body {
+    background-color: white;
+    margin: 0px; 
+    padding: 0px
+}
+
 #lenya-menubar {
 	position: absolute;
 	top: 0px;

Modified: lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl?view=diff&rev=111776&p1=lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl&r1=111775&p2=lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl&r2=111776
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl	Mon Dec 13 17:50:03 2004
@@ -49,7 +49,7 @@
         <link href="{$contextprefix}/lenya/css/menu.css" rel="stylesheet" type="text/css"/>
         <xso:apply-templates select="xhtml:html/xhtml:head/*[local-name() != 'title']"/>
       </head>
-      <body style="background-color: white; margin: 0px; padding: 0px">
+      <body>
         <xsl:apply-templates select="xhtml:div[@id = 'lenya-menubar']"/>
         <div id="lenya-cmsbody">
           <xso:apply-templates select="xhtml:html/xhtml:body/node()"/>

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