From f1d453624472a643d3b7028194e76fc48e46d35b Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 30 Nov 2012 16:00:13 +0000 Subject: [PATCH] No bold for a:hover git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8581 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Sidebar/sidebar.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/Sidebar/sidebar.css b/themes/Sidebar/sidebar.css index 9894660f4..8942119db 100644 --- a/themes/Sidebar/sidebar.css +++ b/themes/Sidebar/sidebar.css @@ -1081,7 +1081,6 @@ special external link styling */ #p-logo a:hover { display: block; height: 42px; - /*width: 12.2em;*/ background-repeat: no-repeat; background-position: 35% 50% !important; } @@ -1141,7 +1140,6 @@ span.logo { #p-navigation li.active a, #p-navigation li.active a:hover { text-decoration: none; display: inline; - font-weight: bold; } /* @@ -1283,7 +1281,6 @@ input.searchButton { color: white; background-color: #005A99; padding-bottom: 0.2em; - font-weight: bold; text-decoration: none; } -- 2.45.0