projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2afa2
)
add things needed by formbuilder
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Mar 2006 06:48:18 +0000
(06:48 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Mar 2006 06:48:18 +0000
(06:48 +0000)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 7846398d789a1108f3a8971c359783dc58cf3acb..3d6179179f4cd38f667776a6b5358ab85d3558c7 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-19,6
+19,7
@@
border-bottom: 1px solid #000;
}
+/* Used for adding a blog page. */
#blogform {
margin: 10 10;
border: 1px solid #000;
@@
-36,3
+37,12
@@
#pageinfo {
font-style: italic;
}
+
+/* Used for invalid form fields. */
+#fb_invalid {
+ background: red;
+}
+/* Used for required form fields. */
+#fb_required {
+ fornt-style: bold;
+}