All style rules that used mkwsBytarget now instead use its parent
authorMike Taylor <mike@indexdata.com>
Wed, 7 May 2014 15:17:32 +0000 (16:17 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 7 May 2014 15:17:32 +0000 (16:17 +0100)
mkwsTargets instead (which is good, since mkwsBytarget is about to go
away).

tools/htdocs/mkws.css

index f3acc34..171a009 100644 (file)
     padding: 0.3em;
 }
 
-.mkwsBytarget table thead tr td {
+.mkwsTargets table thead tr td {
     background-color: #132194;
     color: white;
     font-weight: bold;
     padding: 0.2em 0.5em;
 }
 
-.mkwsBytarget table tbody tr:nth-child(odd) {
+.mkwsTargets table tbody tr:nth-child(odd) {
     background-color: #e0f0ff;
 }
 
-.mkwsBytarget table tbody tr:nth-child(even) {
+.mkwsTargets table tbody tr:nth-child(even) {
     background-color: #d0e0ff;
 }
 
-.mkwsBytarget table tbody tr td {
+.mkwsTargets table tbody tr td {
     padding: 0.2em 0.5em;
 }