aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-13 08:47:21 -0400
committerJoey Hess <joey@kitenet.net>2010-06-13 08:47:21 -0400
commitec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb (patch)
tree7119dc248bdd887fdd7e94ab815fdbfa4b098d98 /doc/style.css
parent85546d570e36b85fce27755590ec6e8b8e1fce81 (diff)
downloadikiwiki-ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb.tar
ikiwiki-ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb.tar.gz
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.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css7
1 files changed, 0 insertions, 7 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;