From 1a90d5b76ac45cbb5d9c36745ae09e39d50aee28 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 15 Apr 2010 13:26:07 +0000 Subject: [PATCH] Compliment to r65046 - Removing duplicate css from Vector's css file --- skins/vector/main-ltr.css | 11 ----------- skins/vector/main-rtl.css | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 0b01f95d34..ae1e1224d3 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -373,17 +373,6 @@ body { #simpleSearch > button#searchButton { height: 100%; } - .suggestions-special .special-label { - font-size: 0.8em; - color: gray; - } - .suggestions-special .special-query { - color: black; - font-style: italic; - } - .suggestions-special .special-hover { - background-color: silver; - } /* Panel */ #panel { position: absolute; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 15134f8dfa..cbcef2f2bf 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -373,17 +373,6 @@ body { #simpleSearch > button#searchButton { height: 100%; } - .suggestions-special .special-label { - font-size: 0.8em; - color: gray; - } - .suggestions-special .special-query { - color: black; - font-style: italic; - } - .suggestions-special .special-hover { - background-color: silver; - } /* Panel */ #panel { position: absolute; -- 2.20.1