mkwsDetails styling made less precise. That class is now recognised in
[mkws-moved-to-github.git] / 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: ":";
 }