Update index this time...
[clinton/website/site/unknownlamer.org.git] / default.css
index ad7b3f9..cd3acc1 100644 (file)
@@ -248,6 +248,19 @@ div.contents dd
 table.image tr td img
 { 
   border: 1px solid #111111;
+  max-width: 6in;
+}
+
+table.image tr td:hover
+{ 
+  max-width: 8in;
+}
+
+table.image tr td img:hover
+{
+    max-width: 24in;
+    width: 100%;
+    overflow: auto;
 }
 
 table.image tr td.image-caption
@@ -329,7 +342,7 @@ img.latex-inline
 /* Footer template */
 p.cke-footer
 {  
-  white-space: pre;
+  white-space: pre-wrap;
   font-family: monospace;
   font-style: italic;
   font-size: small;
@@ -422,4 +435,4 @@ p.cke-buttons img
   .emacs-face-variable-name { color: #554406; font-style: italic; }
   .emacs-face-warning { color: #990767;
                         font-weight: bold; }
-}
\ No newline at end of file
+}