Generalise rules for making various output formats from Markdown.
[mkws-moved-to-github.git] / tools / htdocs / mkwsStyle.css
index b62d15e..dc78aaa 100644 (file)
     float: right;
 }
 
-#mkwsTermlists div.facet div.term span:before {
-    content: "(";
-}
-
-#mkwsTermlists div.facet div.term span:after {
-    content: ")";
-}
-
 #mkwsTermlists div.termtitle {
     font-weight: bold;
 }
 #mkwsRecords div.details {
     border: 1px solid #404040;
     background: #e8e8e8;
-    color: darkgray;
+    color: #A9A9A9;
     padding: 5px 10px;
     margin: 10px 0px;
     box-shadow: 10px 10px 5px #808080;