stas 2002/06/28 23:47:44
Modified: src style.css
Log:
search style fixes
- wrong fg color
- missing li.search-list style
Revision Changes Path
1.73 +6 -1 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- style.css 28 Jun 2002 10:31:03 -0000 1.72
+++ style.css 29 Jun 2002 06:47:44 -0000 1.73
@@ -288,7 +288,12 @@
font-family: helvetica, arial, verdana, sans-serif;
font-size: 1.0em;
background-color: white;
- color: white;
+ color: #000000;
+}
+
+/* List of site sections in search.tt */
+li.search-list {
+ list-style: none;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]