From 90b7674ac41dcd4aacfdf4dccb1a9c1d873ca7ea Mon Sep 17 00:00:00 2001 From: nfreear Date: Mon, 13 Mar 2006 17:37:15 +0000 Subject: [PATCH] Accessibility: fix, forum search button, breadcrumb image (Email: Eloy stronk7, 9 March, OU-Bugz: 720) --- theme/standard/styles_fonts.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 653c946db1..d7e45aaf9b 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -216,13 +216,14 @@ a.skip-block { text-decoration:none; } -.sideblock img.resize { +.sideblock img.resize, +.breadcrumb img.resize { width: 0.8em; height: 0.9em; } -.sideblock .searchform button { - width: 1.7em; - height: 1.7em; +.sideblock .searchform img.resize { + width: 1em; + height: 1.1em; } .sideblock .header, .sideblock h2 { -- 2.39.5