Move the menus into the footer.
[cocanwiki.git] / html / _css / editor.css
index 8541023..86c0494 100644 (file)
@@ -1,14 +1,22 @@
 /* Stylesheet for COCANWIKI editor, derived from EWM.
- * $Id: editor.css,v 1.2 2004/10/17 21:14:13 rich Exp $
+ * $Id: editor.css,v 1.4 2004/10/22 15:56:11 rich Exp $
  */
 
 body {
   margin-top: 4em;
 }
 
-/* Override default negative left margin in standard.css */
-h2, h3, h4 {
-  margin-left: 0px;
+/* Hide the normal navigation completely. */
+ul#topmenu {
+  display: none;
+}
+
+div#menu_div {
+  display: none;
+}
+
+div#footer_div {
+  display: none;
 }
 
 p.insert {