removed a few unnecessary classes and elements before IDs in styles

This commit is contained in:
Anika Henke 2012-03-24 15:12:08 +00:00
parent 7a89d2b0da
commit 75297779d4
2 changed files with 5 additions and 5 deletions

View file

@ -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;
}

View file

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