Remove many peripheral styles.
authorMike Taylor <mike@indexdata.com>
Tue, 18 Jun 2013 16:46:46 +0000 (17:46 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 18 Jun 2013 16:46:46 +0000 (17:46 +0100)
experiments/spclient/styles.css

index 45d946d..69c73b4 100644 (file)
@@ -1,48 +1,19 @@
-html {
-    overflow-y: scroll;
-    font-size: 12px;
-}
-
-body {
-    font-family: tahoma, arial, sans-serif;
-    color: #156a16;
-}
-
-hr {
-    border: 0;
-    color: #156a16;
-    background-color: #156a16;
-    height: 1px;
-}
-
-thead {
-    font-weight: bold;
-}
-
 a {
     color: #005701; 
     text-decoration: none;
 }
 
-a.extern {
-    color: #CC6600;
-}
-
 a:hover {
     text-decoration: underline;
 }
 
 a.crossout:hover {
     text-decoration: line-through;
-    font-weight: bold;
 }
 
-
 #heading {
     background-color: #87c9af;
-    border-top: 1px solid  #156a16;
     color: #ffffff;
-    font-size: large;
 }
 
 input#button {
@@ -94,7 +65,3 @@ div.details {
     background-color: #fafafa;
     border-bottom: 1px solid  #156a16;
 }
-
-#bytarget {
-    padding: 7px;
-}