Code

various updates
[roundup.git] / doc / default.css
index 815f10483e469c3b637779abb489b4a8fa896864..bb21ecc40bb5c46449fe1098e3e9d86910abc012 100644 (file)
@@ -1,8 +1,8 @@
 /*
 :Author: David Goodger
 :Contact: goodger@users.sourceforge.net
-:date: $Date: 2002-09-10 07:07:16 $
-:version: $Revision: 1.8 $
+:date: $Date: 2002-09-26 06:41:46 $
+:version: $Revision: 1.10 $
 :copyright: This stylesheet has been placed in the public domain.
 
 Default cascading style sheet for the HTML output of Docutils.
@@ -85,6 +85,7 @@ hr {
   width: 75% }
 
 ol.simple, ul.simple {
+  margin-top: 0;
   margin-bottom: 1em }
 
 ol.arabic {
@@ -158,9 +159,13 @@ span.problematic {
 
 table {
   margin-top: 0.5em ;
-  margin-bottom: 0.5em }
+  margin-bottom: 0.5em ;
+  }
 
 table.citation {
+  border-top: 0;
+  border-bottom: 0;
+  border-right: 0;
   border-left: solid thin gray ;
   padding-left: 0.5ex }
 
@@ -174,7 +179,22 @@ table.footnote {
 td, th {
   padding-left: 0.5em ;
   padding-right: 0.5em ;
-  vertical-align: baseline }
+  vertical-align: baseline;
+}
+
+table.table {
+  border-spacing: 0px;
+  border-collapse: separate;
+}
+table.table td {
+  text-align: left;
+  border: solid thin gray;
+}
+
+table.table th {
+  text-align: left;
+  border: solid thin gray;
+}
 
 td > p:first-child, th > p:first-child {
   margin-top: 0em }
@@ -193,5 +213,9 @@ h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
 tt {
   background-color: #eeeeee }
 
+tt.literal span.pre {
+  background-color: #eeeeee
+}
+
 ul.auto-toc {
   list-style-type: none }