Index: build.xml
===================================================================
--- build.xml (revision 536851)
+++ build.xml (working copy)
@@ -105,6 +105,8 @@
+
+
Index: xdocs/print.css
===================================================================
--- xdocs/print.css (revision 0)
+++ xdocs/print.css (revision 0)
@@ -0,0 +1,32 @@
+/*
+ * 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.
+ */
+
+body {
+ font-family: sans-serif;
+}
+
+#navigationmenu {
+ display: none;
+}
+
+#advertisement {
+ display: none;
+}
+
+#pageHeader {
+ text-align: left;
+}
Property changes on: xdocs\print.css
___________________________________________________________________
Name: svn:eol-style
+ native
Index: xdocs/screen.css
===================================================================
--- xdocs/screen.css (revision 0)
+++ xdocs/screen.css (revision 0)
@@ -0,0 +1,43 @@
+/*
+ * 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;
+}
+
+#pageHeader {
+ text-align: right;
+}
+
+#harmonyLogo {
+ float: left;
+}
+
+#top { /* Main Content */
+ margin-top: 5px;
+ margin-left: 21%;
+ width: 79%;
+ clear: both;
+}
Property changes on: xdocs\screen.css
___________________________________________________________________
Name: svn:eol-style
+ native
Index: xdocs/site.css
===================================================================
--- xdocs/site.css (revision 536851)
+++ xdocs/site.css (working copy)
@@ -23,21 +23,26 @@
font-size: small;
}
-@media print {
- body {
- font-family: serif;
- }
+
+#pageHeader {
+ padding-bottom: 5px;
+ border-bottom: 1px solid gray;
+ margin-bottom: 5px;
}
-td.menuItem {
- vertical-align: top;
+#pageFooter {
+ margin-top: 5px;
+ border-top: 1px solid gray;
+ padding-top: 5px;
}
+
p.menuItem {
padding: 0pt;
margin: 0pt;
}
-td.menuItem ul {
+
+#navigationmenu ul {
margin-top: 0pt;
}
Index: xdocs/stylesheets/site.vsl
===================================================================
--- xdocs/stylesheets/site.vsl (revision 536851)
+++ xdocs/stylesheets/site.vsl (working copy)
@@ -2,11 +2,11 @@
-
- |
-
- |
-
-
-
- |
-
-
-
+
+