From 7fcd3036b9d40e0d2c00cc44e15f22e71c6fac58 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 1 Jul 2013 14:51:52 +0000 Subject: [PATCH] CSS id typo --- experiments/spclient/mkwsStyle.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index ba9e677..131e2ac 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -41,7 +41,7 @@ border-top: 1px solid #156a16; padding-top: 5px; font-size: small; -} +} #mkwsStat span.head { font-weight: bold; @@ -55,8 +55,8 @@ content: "Retrieved records: "; } -#mkwsSwitch a, #mkwsLang a, #mkwsRecords a, mkwsTermlist a { - color: #005701; +#mkwsSwitch a, #mkwsLang a, #mkwsRecords a, #mkwsTermlist a { + color: #005701; text-decoration: none; } @@ -153,4 +153,3 @@ background: #e0e0e0; padding: 0.3em; } - -- 1.7.10.4