Index: xdocs/print.css =================================================================== --- xdocs/print.css (revision 540050) +++ xdocs/print.css (working copy) @@ -30,3 +30,7 @@ #pageHeader { text-align: left; } + +.backtotop { + display: none; +} Index: xdocs/screen.css =================================================================== --- xdocs/screen.css (revision 540050) +++ xdocs/screen.css (working copy) @@ -16,17 +16,11 @@ */ #navigationmenu { - position: absolute; - left: 10px; + clear: left; + float: left; width: 20%; - clear: both; - margin-top: 0.67em; } -h1 { - margin-top: 0.67em; -} - #pageHeader { text-align: right; } @@ -36,51 +30,20 @@ } #top { /* Main Content */ - margin-top: 5px; - margin-left: 21%; - width: 79%; - clear: both; + clear: right; + float: right; + width: 80%; } -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -#navigationmenu { - position: absolute; - left: 10px; - width: 20%; - clear: both; - margin-top: 0.67em; -} - h1 { - margin-top: 0.67em; + margin-top: 0.67em; } -#pageHeader { - text-align: right; +#navigationmenu { + margin-top: 0.67em; } -#harmonyLogo { - float: left; -} -#top { /* Main Content */ - margin-top: 5px; - margin-left: 21%; - width: 79%; +#pageFooter { clear: both; } Index: xdocs/site.css =================================================================== --- xdocs/site.css (revision 540050) +++ xdocs/site.css (working copy) @@ -40,6 +40,7 @@ p.menuItem { padding: 0pt; margin: 0pt; + font-weight: bold; } #navigationmenu ul { @@ -155,10 +156,13 @@ } .backtotop { - font-weight: bold; margin-left: 0pt; } +.backtotop a { + color: black; +} + .note { color: red; font-weight: bolder; Index: xdocs/stylesheets/site.vsl =================================================================== --- xdocs/stylesheets/site.vsl (revision 540050) +++ xdocs/stylesheets/site.vsl (working copy) @@ -155,7 +155,7 @@ $items #end #end -
+ #end #macro ( makeProject ) @@ -164,7 +164,7 @@ #set ($menus = $project.getChild("body").getChildren("menu")) #foreach ( $menu in $menus ) - +