From ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Jun 2010 08:47:21 -0400 Subject: [PATCH] remove obsolete ol class=form for editpage and editcomment The styling of labels on the form largely obsoleted the special styled ol, so just a few br's sufficed. Using an ol like that was not too semantically right (probably?) and could cause problems with customized local.css. --- doc/style.css | 7 ------- templates/editcomment.tmpl | 16 ++++------------ templates/editpage.tmpl | 9 +-------- 3 files changed, 5 insertions(+), 27 deletions(-) diff --git a/doc/style.css b/doc/style.css index 22c68bd7a..7c97a518c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -338,13 +338,6 @@ label.block { label.inline { display: inline; } -ol.form { - list-style: none; - padding: 0; -} -li.form { - padding-bottom: 1em; -} input#openid_identifier { background: url(wikiicons/openidlogin-bg.gif) no-repeat; background-color: #fff; diff --git a/templates/editcomment.tmpl b/templates/editcomment.tmpl index f3a8e7395..a2edc691e 100644 --- a/templates/editcomment.tmpl +++ b/templates/editcomment.tmpl @@ -1,35 +1,27 @@
+
-
    -
  1. (optional, or signin) -
  2. -
  3. +
    (optional) -
  4. +
    -
  5. (You might want to Signin first?) -
  6. +
    -

  7. -
  8. -

  9. -
  10. -

diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index b4b0d05df..d6ad80614 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -1,33 +1,26 @@ +
-
    -
  1. -
  2. -

  3. -
  4. -

  5. -
  6. -
-- 2.32.0.93.g670b81a890