Don't position editmenu absolutely.
[cocanwiki.git] / html / _css / standard.css
index efcdfbd..e3efb00 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.3 2004/09/08 17:07:24 rich Exp $
+ * $Id: standard.css,v 1.4 2004/09/17 12:34:33 rich Exp $
  */
 
 body {
@@ -194,3 +194,45 @@ div#old_version {
   margin-left: 10%;
   clear: both;
 }
+
+/* Tables. */
+table.top_table {
+  border-collapse: collapse;
+  border: 2px solid #000;
+}
+
+table.top_table th {
+  border: 1px solid #000;
+  background-color: #eee;
+  vertical-align: top;
+}
+
+table.top_table td {
+  border: 1px solid #eee;
+  vertical-align: top;
+}
+
+table.top_table td.number {
+  text-align: right;
+}
+
+table.left_table {
+  border-collapse: collapse;
+  border: 2px solid #000;
+}
+
+table.left_table th {
+  text-align: right;
+  border: 1px solid #000;
+  background-color: #eee;
+  vertical-align: top;
+}
+
+table.left_table td {
+  border: 1px solid #eee;
+  vertical-align: top;
+}
+
+table.left_table td.number {
+  text-align: right;
+}