From e6480d2bbd0d1dd15ef853328ec3ddcac942ed6d Mon Sep 17 00:00:00 2001 From: ivmartel Date: Fri, 12 Jul 2013 00:39:38 +0200 Subject: [PATCH] Fix css id case. Relates to #18. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 82b77a8a55..4788f7ce44 100644 --- a/css/style.css +++ b/css/style.css @@ -18,8 +18,8 @@ a { color: #ddf; } #infobl { position: absolute; bottom: 0; left: 0; text-align: left; } #infobr { position: absolute; bottom: 0; right: 0; text-align: right; } #plot { position: absolute; width: 100px; height: 50px; bottom: 15px; } -#infolayer ul { margin: 0; padding: 2px; list-style-type: none; } -#infolayer canvas { margin: 0; padding: 2px; } +#infoLayer ul { margin: 0; padding: 2px; list-style-type: none; } +#infoLayer canvas { margin: 0; padding: 2px; } /* Tag list */ table.tagList { border-collapse: collapse; }