All mkwsRecords-related styles now also apply to mkwsRecord.
authorMike Taylor <mike@indexdata.com>
Thu, 3 Apr 2014 13:36:00 +0000 (14:36 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 3 Apr 2014 13:36:00 +0000 (14:36 +0100)
tools/htdocs/mkws.css

index 4ebd9ae..14e3475 100644 (file)
@@ -6,6 +6,7 @@
 .mkwsPager,
 .mkwsNavi,
 .mkwsRecords,
+.mkwsRecord,
 .mkwsTargets,
 .mkwsStat,
 .mkwsMOTD {
@@ -59,7 +60,8 @@
 .mkwsRanking a,
 .mkwsPager a,
 .mkwsNavi a,
-.mkwsRecords a {
+.mkwsRecords a,
+.mkwsRecord a {
     color: #005701;
     text-decoration: none;
 }
@@ -68,7 +70,8 @@
 .mkwsLang a:hover,
 .mkwsTermlists a:hover,
 .mkwsPager a:hover,
-.mkwsRecords a:hover {
+.mkwsRecords a:hover,
+.mkwsRecord a:hover {
     text-decoration: underline;
 }
 
     font-weight: bold;
 }
 
-.mkwsRecords div.record {
+.mkwsRecords div.record,
+.mkwsRecord div.record {
     padding: 5px;
 }
 
-.mkwsRecords div.details {
+.mkwsRecords div.details,
+.mkwsRecord div.details {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: #A9A9A9;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsRecords div.details th {
+.mkwsRecords div.details th,
+.mkwsRecord div.details th {
     text-align: right;
     vertical-align: top;
     padding-right: 0.6em;
 }
 
-.mkwsRecords div.details th:after {
+.mkwsRecords div.details th:after,
+.mkwsRecord div.details th:after {
     content: ":";
 }