> Author: gmcdonald
> Date: Sun Jan 11 17:03:05 2009
> New Revision: 733561
> 
> URL: http://svn.apache.org/viewvc?rev=733561&view=rev
> Log:
> Move 2nd level tabs to correct location
> 
> Modified:
>     
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
>     
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.nav-main.panel.xml
> 
> Modified: 
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
> URL: 
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?rev=733561&r1=733560&r2=733561&view=diff
> ==============================================================================
> --- 
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
>  (original)
> +++ 
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
>  Sun Jan 11 17:03:05 2009
> @@ -210,6 +210,7 @@
>      padding-left: 10px;
>      margin: 0;
>      list-style: none;
> +    padding-top:18px;
>  }

Why introduce this big gap at the top of the left-hand menu
for all pages?

-David

>  #nav-main li {
> @@ -285,6 +286,7 @@
>      float:left;
>      position:relative;
>      background-color: #4A6D8C ;
> +    z-index:30;
>  }
>  #level2tabs a {padding-right: 5px;
>  background-color: #CFDCED;
> 
> Modified: 
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.nav-main.panel.xml
> URL: 
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.nav-main.panel.xml?rev=733561&r1=733560&r2=733561&view=diff
> ==============================================================================
> --- 
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.nav-main.panel.xml
>  (original)
> +++ 
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.nav-main.panel.xml
>  Sun Jan 11 17:03:05 2009
> @@ -28,9 +28,9 @@
>    <forrest:hook name="nav-main-hook">
>      <forrest:contract name="nav-main"
>        dataURI="cocoon://#{$getRequest}.navigation.xml"/>
> +    <forrest:hook name="publishedStrip" nbsp="true">
>  <forrest:contract name="nav-main-sub"
>          dataURI="cocoon://#{$getRequest}.navigation.xml"/>
> -    <forrest:hook name="publishedStrip" nbsp="true">
>        <forrest:contract name="siteinfo-last-published"/>
>      </forrest:hook>
>    </forrest:hook>
> 
> 
>