X-Git-Url: http://git.hcoop.net/clinton/website/site/unknownlamer.org.git/blobdiff_plain/486b27b01dbf5d6bed77aa8b822e4ec2f6d521c9..b4eddae06c80e52261aa9fe39a2bf3b254d14345:/default.css diff --git a/default.css b/default.css index ad7b3f9..cd3acc1 100644 --- a/default.css +++ b/default.css @@ -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 +}