aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/fancyred/css/style.css4
-rw-r--r--view/theme/redbasic/css/style.css1
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;