Browse Source

removed a few unnecessary classes and elements before IDs in styles

master
Anika Henke 12 years ago
parent
commit
75297779d4
  1. 8
      css/_forms.css
  2. 2
      css/_search.css

8
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 * This file provides styles for forms in general and specifically
@ -65,18 +65,18 @@
* Styles for the subscription page * Styles for the subscription page
*/ */
form#subscribe__form {
#subscribe__form {
display: block; display: block;
width: 400px; width: 400px;
text-align: center; text-align: center;
} }
form#subscribe__form fieldset {
#subscribe__form fieldset {
text-align: left; text-align: left;
margin: 0.5em 0; margin: 0.5em 0;
} }
form#subscribe__form label {
#subscribe__form label {
display: block; display: block;
margin: 0 0.5em 0.5em; margin: 0 0.5em 0.5em;
} }

2
css/_search.css

@ -7,7 +7,7 @@
********************************************************************/ ********************************************************************/
/* loading gif */ /* loading gif */
.dokuwiki #dw__loading {
#dw__loading {
} }
/*____________ matching pagenames ____________*/ /*____________ matching pagenames ____________*/

Loading…
Cancel
Save