You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/01 18:08:48 UTC

svn commit: r591085 - in /lenya/sandbox/pubs/docu: resources/shared/css/page.css sitemap.xmap xslt/page2xhtml.xsl

Author: andreas
Date: Thu Nov  1 10:08:47 2007
New Revision: 591085

URL: http://svn.apache.org/viewvc?rev=591085&view=rev
Log:
Improved layout, removed pretty-printing (destroys <pre> element content)

Modified:
    lenya/sandbox/pubs/docu/resources/shared/css/page.css
    lenya/sandbox/pubs/docu/sitemap.xmap
    lenya/sandbox/pubs/docu/xslt/page2xhtml.xsl

Modified: lenya/sandbox/pubs/docu/resources/shared/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/resources/shared/css/page.css?rev=591085&r1=591084&r2=591085&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/resources/shared/css/page.css (original)
+++ lenya/sandbox/pubs/docu/resources/shared/css/page.css Thu Nov  1 10:08:47 2007
@@ -315,6 +315,7 @@
 
 #projectLogo img {
     vertical-align: baseline;
+    border: none;
 }
 
 #projectLogo, #tagline {
@@ -472,3 +473,9 @@
     margin-left: 30px;
     color: #999999;
 }
+
+pre {
+  border: solid 1px #BB9999;
+  padding: .5em 1em;
+  background-color: #FFCCCC;
+}
\ No newline at end of file

Modified: lenya/sandbox/pubs/docu/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/sitemap.xmap?rev=591085&r1=591084&r2=591085&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/sitemap.xmap (original)
+++ lenya/sandbox/pubs/docu/sitemap.xmap Thu Nov  1 10:08:47 2007
@@ -426,12 +426,6 @@
                   </map:otherwise> 
                 </map:select>
 
-                <!-- pretty-print output for easier debugging and for the benefit of new users 
-                     NOTE: you may want to disable this in production for performance reasons,
-                     but it's on by default in the default publication to make the generated code 
-                     easier to work with for new users. -->
-                <map:transform src="fallback://lenya/modules/prettyprinting/xslt/xml2nicexml.xsl"/>
-
                 <!-- the proxy transformer handles proxy-related URL rewriting -->
                 <map:transform type="proxy"/>
 

Modified: lenya/sandbox/pubs/docu/xslt/page2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/xslt/page2xhtml.xsl?rev=591085&r1=591084&r2=591085&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/xslt/page2xhtml.xsl (original)
+++ lenya/sandbox/pubs/docu/xslt/page2xhtml.xsl Thu Nov  1 10:08:47 2007
@@ -78,7 +78,7 @@
       <body>
         <div id="page">
           <div id="projectLogo">
-            <img src="{$root}/images/project-logo-small.png" alt="project logo"/>
+            <a href="{$root}/"><img src="{$root}/images/project-logo-small.png" alt="project logo"/></a>
           </div>
           <div id="tagline">Open Source Content Management</div>
           <xsl:apply-templates select="xhtml:div[@id = 'tabs']"/>



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