From 75297779d49541ab9e512c0e81d48992da3cdb8f Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 24 Mar 2012 15:12:08 +0000 Subject: [PATCH] removed a few unnecessary classes and elements before IDs in styles --- css/_forms.css | 8 ++++---- css/_search.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/_forms.css b/css/_forms.css index 8045847..0c82f5f 100644 --- a/css/_forms.css +++ b/css/_forms.css @@ -1,5 +1,5 @@ -/* TODO */ +/* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */ /** * This file provides styles for forms in general and specifically @@ -65,18 +65,18 @@ * Styles for the subscription page */ -form#subscribe__form { +#subscribe__form { display: block; width: 400px; text-align: center; } -form#subscribe__form fieldset { +#subscribe__form fieldset { text-align: left; margin: 0.5em 0; } -form#subscribe__form label { +#subscribe__form label { display: block; margin: 0 0.5em 0.5em; } diff --git a/css/_search.css b/css/_search.css index 70824fc..c124c1e 100644 --- a/css/_search.css +++ b/css/_search.css @@ -7,7 +7,7 @@ ********************************************************************/ /* loading gif */ -.dokuwiki #dw__loading { +#dw__loading { } /*____________ matching pagenames ____________*/