A new style 'h2.error' for error reports.
authorarjen <arjen>
Sun, 16 Feb 2003 08:26:18 +0000 (08:26 +0000)
committerarjen <arjen>
Sun, 16 Feb 2003 08:26:18 +0000 (08:26 +0000)
Put borders around the tables and cells.

src/web/gnucomo.css

index ea3981d..f3a6294 100644 (file)
@@ -15,6 +15,12 @@ h2
    font-family : sans-serif ;
 }
 
+h2.error
+{
+   font-family : sans-serif ;
+   color       : red;
+}
+
 div.login
 {
    background : rgb(80, 120, 150) ;
@@ -28,9 +34,9 @@ div.login
 }
 table
 {
-   width : 80% ;
+   width : 90% ;
    border-width : medium ;
-   border-style : none ;
+   border-style : solid ;
    border-collapse : collapse;
    padding : 1px ;
 }
@@ -38,6 +44,21 @@ table
 td
 {
    font-family : sans-serif ;
+   text-align  : left ;
+   border-width : thin ;
+   border-style : solid ;
+   vertical-align : top ;
+   padding : 2px ;
+}
+
+td.number
+{
+   text-align  : right ;
+}
+
+td.time
+{
+   width : 18em ;
 }
 
 th