improve table design for main table
[irspy-moved-to-github.git] / web / htdocs / style.css
index a3a6866..adb064a 100644 (file)
@@ -1,9 +1,10 @@
-/* $Id: style.css,v 1.3 2007-03-21 13:33:09 mike Exp $ */
 body {
   color: black;
   background: white;
 }
 
+h1,h2 { font-family: Verdana, "Sans Serif", Sans }
+
 blockquote {
   background: #ffffc0;
   margin: 1em 3em;
@@ -49,3 +50,12 @@ img { border: 0 }
 
 .essay { margin: 1em 10em 1em 1em }
 .essay a { text-decoration: none }
+
+table.targets tr:hover { background-color:silver !important; }
+
+table.targets td, table.targets th {
+  border: 1px solid #DDD;
+  padding: 4px !important;
+}
+table.targets { border-spacing: 0px; }
+