aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-06 21:45:17 -0400
committerJoey Hess <joey@kitenet.net>2010-05-06 21:45:17 -0400
commit931045301a3a5be917b775277f2a3088209a00f2 (patch)
tree338ea0fe9b7bbde3f1a0e2163dbcecde3f6ea439 /doc/style.css
parent2e86b8df985067e101269bb4f8a41c5237af9f91 (diff)
downloadikiwiki-931045301a3a5be917b775277f2a3088209a00f2.tar
ikiwiki-931045301a3a5be917b775277f2a3088209a00f2.tar.gz
Gave comment and page editing forms some CSS and accessability love.
In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.)
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index f2f558497..393f40135 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -419,6 +419,20 @@ span.color {
padding: 3px;
}
+label.block {
+ display: block;
+}
+label.inline {
+ display: inline;
+}
+ol.form {
+ list-style: none;
+ padding: 0;
+}
+li.form {
+ padding-bottom: 1em;
+}
+
/* Used by the highlight plugin. */
pre.hl { color:#000000; background-color:#ffffff; }
.hl.num { color:#2928ff; }