mkwsDetails styling made less precise. That class is now recognised in
authorMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 11:58:52 +0000 (12:58 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 12:00:09 +0000 (13:00 +0100)
any context and on any element.

tools/htdocs/mkws.css

index 8fd2793..d1f2287 100644 (file)
     padding: 5px;
 }
 
-.mkwsRecords div.mkwsDetails,
-.mkwsRecord div.mkwsDetails {
+.mkwsDetails {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: black;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsRecords div.mkwsDetails th,
-.mkwsRecord div.mkwsDetails th {
+.mkwsDetails th {
     text-align: right;
     vertical-align: top;
     padding-right: 0.6em;
 }
 
-.mkwsRecords div.mkwsDetails th:after,
-.mkwsRecord div.mkwsDetails th:after {
+.mkwsDetails th:after {
     content: ":";
 }