From 6c131ef0cf543ab1f6b2ff6d0cd10170453311c8 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 30 Nov 2012 16:18:50 +0000 Subject: [PATCH] Do not change color for QuestionMark git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8582 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Sidebar/sidebar.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/themes/Sidebar/sidebar.css b/themes/Sidebar/sidebar.css index 8942119db..430f60e0a 100644 --- a/themes/Sidebar/sidebar.css +++ b/themes/Sidebar/sidebar.css @@ -1196,7 +1196,7 @@ input.searchButton { cursor: pointer; width: 64px; padding-left: 1px; - background-color: White; + background-color: white; border: 1px solid #2f6fab; text-transform: capitalize; } @@ -2068,12 +2068,10 @@ span.spell-wrong { .wiki, .named-wiki { text-decoration: none; font-weight: normal; - /* font-weight: bold; */ } .wiki relation, .named-wiki relation, .wiki attribute, .named-wiki attribute { font-style: oblique; - /* font-weight: normal; */ font-weight: bold; } @@ -2104,8 +2102,6 @@ input.wikiaction, input.button, input.wikiadmin { /* QuestionMark #600 */ .wikiunknown a, .named-wikiunknown a { - color: #447; - background-color: #eee; text-decoration: none; font-weight: normal; font-size: smaller; @@ -2122,7 +2118,6 @@ h1 .backlinks { } /* Interwiki links */ -/* .wikipage { font-weight: bold; } */ .wikipage { font-weight: normal; } -- 2.45.0