projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576feac
)
minor improvements
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Mar 2006 07:31:13 +0000
(07:31 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Mar 2006 07:31:13 +0000
(07:31 +0000)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 82a01d8a05a1a437995d1ed934944499424c1413..d6f0eafac29e8b6aab344d6cf6e8289645c41385 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-23,6
+23,7
@@
#blogform {
padding: 10px 10px;
border: 1px solid #aaa;
+ color: black !important;;
background: #eee;
}
@@
-41,11
+42,12
@@
/* Used for invalid form fields. */
.fb_invalid {
color: red;
+ background: white !important;
}
/* Used for required form fields. */
.fb_required {
- fo
r
nt-style: bold;
+ font-style: bold;
}
/* RSS button. */
@@
-64,5
+66,6
@@
margin-top: 1em;
}
.rssbutton:hover {
+ color: white !important;
background: #ff9900;
}