From 028198750dda069580d60bb7c42fe201a4f641b7 Mon Sep 17 00:00:00 2001 From: secretr Date: Thu, 20 Aug 2009 08:38:30 +0000 Subject: [PATCH] e_css - new header details, discussion about css class naming in progress --- e107_files/e_css.php | 45 +++++++++++++++++--------------------------- 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/e107_files/e_css.php b/e107_files/e_css.php index 3d1a31ef6..d498ca1d7 100644 --- a/e107_files/e_css.php +++ b/e107_files/e_css.php @@ -1,21 +1,17 @@ /* Used to hide elements when JavaScript is enabled */ - .e-hide-if-js { - display: none; - } + .e-hide-if-js { display: none; }