Remove rule for "head" class, which is no longer used.
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index 8fd2793..7369dfe 100644 (file)
@@ -51,7 +51,8 @@
     font-size: small;
 }
 
-.mkwsStat span.head {
+.mkwsStat:before {
+    content: "Status info";
     font-weight: bold;
 }
 
@@ -76,7 +77,7 @@
     text-decoration: underline;
 }
 
-.mkwsNavi a.crossout:hover {
+.mkwsNavi a.mkwsRemovable:hover {
     text-decoration: line-through;
 }
 
     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: ":";
 }