Added styling to some pages which previously were "outside" the site
[cocanwiki.git] / html / _css / basic.css
index 3642a4e..920f8ac 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimal list of CSS required for all COCANWIKIs.
- * $Id: basic.css,v 1.2 2005/03/31 14:04:19 rich Exp $
+ * $Id: basic.css,v 1.4 2006/07/26 13:11:25 rich Exp $
  */
 
 /* Links. */
@@ -36,7 +36,7 @@ div#old_version {
   border: solid 2px #f00;
   color: #c00;
   padding: 4px;
-  width: 80%;
+  width: 60%;
   margin-left: 10%;
   /* clear: both; */
 }
@@ -47,3 +47,8 @@ span.search_term {
   border: 1px solid #eeb;
 }
 
+/* Javascript go (jsgo) divs. */
+div.jsgo_div {
+  cursor: pointer;
+  cursor: hand;
+}