diff options
author | Thomas Willingham <founder@kakste.com> | 2013-01-04 23:27:01 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-01-04 23:27:01 +0000 |
commit | bc06f338b5622565a9c5d4b8578da618d0bd91f0 (patch) | |
tree | 9a2071208cc351a5873771762123aee586080f25 | |
parent | 59c23564a040b19d796ce8500c9a40686c793389 (diff) | |
download | volse-hubzilla-bc06f338b5622565a9c5d4b8578da618d0bd91f0.tar.gz volse-hubzilla-bc06f338b5622565a9c5d4b8578da618d0bd91f0.tar.bz2 volse-hubzilla-bc06f338b5622565a9c5d4b8578da618d0bd91f0.zip |
Fix code boxes.
-rw-r--r-- | view/theme/fancyred/css/style.css | 4 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/fancyred/css/style.css b/view/theme/fancyred/css/style.css index e1b17fda1..c9da4b730 100644 --- a/view/theme/fancyred/css/style.css +++ b/view/theme/fancyred/css/style.css @@ -113,7 +113,6 @@ img { border :0px; } code { font-family: Courier, monospace; - white-space: pre; display: block; overflow: auto; border: 1px solid #444; @@ -122,7 +121,8 @@ code { padding: 10px; margin-top: 20px; max-width: 80%; - margin-left: 45px; + box-shadow: 5px 5px 5px #111; + border-radius: 5px; } blockquote { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7601987de..b3435b28f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -121,7 +121,6 @@ img { border :0px; } code { font-family: Courier, monospace; - white-space: pre; display: block; overflow: auto; border: 1px solid #444; |