Fix copying of contact forms.
[cocanwiki.git] / html / _css / standard.css
index e3efb00..2327c0b 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.4 2004/09/17 12:34:33 rich Exp $
+ * $Id: standard.css,v 1.5 2004/09/24 10:44:55 rich Exp $
  */
 
 body {
@@ -236,3 +236,9 @@ table.left_table td {
 table.left_table td.number {
   text-align: right;
 }
+
+/* Highlighting search terms. */
+span.search_term {
+  background-color: #ff0;
+  border: 1px solid #eeb;
+}
\ No newline at end of file