From: Mike Taylor Date: Wed, 7 May 2014 15:17:32 +0000 (+0100) Subject: All style rules that used mkwsBytarget now instead use its parent X-Git-Tag: 1.0.0~713 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=b5cf86b35500345a338ce38d2287a97bd7ad7c98 All style rules that used mkwsBytarget now instead use its parent mkwsTargets instead (which is good, since mkwsBytarget is about to go away). --- diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index f3acc34..171a009 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -174,22 +174,22 @@ 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; }