From: <var...@us...> - 2012-11-30 16:19:00
|
Revision: 8582 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8582&view=rev Author: vargenau Date: 2012-11-30 16:18:50 +0000 (Fri, 30 Nov 2012) Log Message: ----------- Do not change color for QuestionMark Modified Paths: -------------- trunk/themes/Sidebar/sidebar.css Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-11-30 16:00:13 UTC (rev 8581) +++ trunk/themes/Sidebar/sidebar.css 2012-11-30 16:18:50 UTC (rev 8582) @@ -1196,7 +1196,7 @@ cursor: pointer; width: 64px; padding-left: 1px; - background-color: White; + background-color: white; border: 1px solid #2f6fab; text-transform: capitalize; } @@ -2068,12 +2068,10 @@ .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 @@ /* 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 @@ } /* Interwiki links */ -/* .wikipage { font-weight: bold; } */ .wikipage { font-weight: normal; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |