From 77ee18098d29245277446db9d5793c994dc21282 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 9 May 2014 12:56:34 +0100 Subject: [PATCH] Use new class mkwsDetails instead of generic old "details". --- tools/htdocs/mkws.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index bf9220a..8fd2793 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -143,8 +143,8 @@ padding: 5px; } -.mkwsRecords div.details, -.mkwsRecord div.details { +.mkwsRecords div.mkwsDetails, +.mkwsRecord div.mkwsDetails { border: 1px solid #404040; background: #e8e8e8; color: black; @@ -157,15 +157,15 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.details th, -.mkwsRecord div.details th { +.mkwsRecords div.mkwsDetails th, +.mkwsRecord div.mkwsDetails th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.details th:after, -.mkwsRecord div.details th:after { +.mkwsRecords div.mkwsDetails th:after, +.mkwsRecord div.mkwsDetails th:after { content: ":"; } -- 1.7.10.4