From 054a3e044f9f11f80c8caabc450be60ed13cd9b2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Sep 2004 13:57:02 +0000 Subject: [PATCH] - Patch #10736 by killes: in drupal.css was still a CSS rule to lowercase strings. --- misc/drupal.css | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/drupal.css b/misc/drupal.css index 829b54a9e71..0c341eaa4ef 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -444,7 +444,6 @@ ul.primary li a { margin-right: 0.5em; padding: 0em 1em; text-decoration: none; - text-transform: lowercase; } ul.primary li.active a { background-color: #fff;