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 2008/02/26 13:13:11 UTC

svn commit: r631192 - in /lenya/sandbox/modules/docustyle: resources/css/page.css sitemap.xmap

Author: andreas
Date: Tue Feb 26 04:13:05 2008
New Revision: 631192

URL: http://svn.apache.org/viewvc?rev=631192&view=rev
Log:
Removing redirect from docu pub (not needed anymore), updating CSS to accomodate site structure changes.

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css
    lenya/sandbox/modules/docustyle/sitemap.xmap

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=631192&r1=631191&r2=631192&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Tue Feb 26 04:13:05 2008
@@ -117,20 +117,23 @@
   padding: 0 0 0 0;
 }
 
-#menu li#menuTitle {
+#menu li#menuitem-1 {
   font-size: 11pt;
   font-weight: bold;
-  margin-bottom: .5em;
   padding-left: 0;
+  background: none;
 }
 
-li#menuTitle span {
+li#menuitem-1 span {
   margin-left: 0;
   padding-left: 0;
+  margin-bottom: .5em;
 }
 
 #menu li {
   /* background: url('/modules/docustyle/images/bullet.png') left .2em no-repeat; */
+  font-size: 10pt;
+  font-weight: normal;
   padding-left: 1em;
 }
 

Modified: lenya/sandbox/modules/docustyle/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/sitemap.xmap?rev=631192&r1=631191&r2=631192&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/sitemap.xmap (original)
+++ lenya/sandbox/modules/docustyle/sitemap.xmap Tue Feb 26 04:13:05 2008
@@ -53,14 +53,6 @@
         <map:serialize type="xml"/>
       </map:match>
       
-      <!-- Redirect to "About" page. -->
-      <map:match pattern="*/">
-        <map:redirect-to uri="{proxy:/{page-envelope:publication-id}/{1}/project-information/indexpm.html}"/>
-      </map:match>
-      <map:match pattern="*">
-        <map:redirect-to uri="{proxy:/{page-envelope:publication-id}/{1}/project-information/indexpm.html}"/>
-      </map:match>
-      
       <!-- Requests ending in a slash are redirected to the corresponding index.html page to mimic
         standard web browser behaviour. -->
       <!-- FIXME: this will trigger a HTTP redirect. Maybe it's more effective to do an internal redirect using



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