Highlighting of search terms.
[cocanwiki.git] / html / _css / users.css
index 87e7f64..28e1a3d 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI, derived from EWM.
- * $Id: users.css,v 1.2 2004/09/08 12:02:29 rich Exp $
+ * $Id: users.css,v 1.3 2004/09/08 12:45:37 rich Exp $
  */
 
 table#users {
@@ -16,4 +16,9 @@ table#users th {
 table#users td {
   border: 1px solid #eee;
   padding: 6px;
-}
\ No newline at end of file
+}
+
+table#edit_user th {
+  vertical-align: top;
+  text-align: right;
+}