projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180c963
)
make errors red
author
Joey Hess
<joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:36 +0000
(23:45 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:36 +0000
(23:45 -0400)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index b985079914f9230163a67283465fc9b71ed2b14f..246da1ffc9648c16217bbce2d5c21dccd0939d25 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-146,6
+146,10
@@
div.recentchanges {
margin-top: 1em;
}
+.error {
+ color: #C00;
+}
+
/* Used for invalid form fields. */
.fb_invalid {
color: red;