From ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Jun 2010 08:47:21 -0400 Subject: 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 ------- 1 file changed, 7 deletions(-) (limited to 'doc/style.css') 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; -- cgit v1.2.3