aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-04 16:19:13 -0800
committerfriendica <info@friendica.com>2013-01-04 16:19:13 -0800
commitcccd9567e4c3acf62ea5cd3cb87be55e29674748 (patch)
tree7d59d8103f0e973b9843cf85fb9fe293ac444b07
parentf781e4e1eff4070db619b18377e6ca8684b47746 (diff)
parentbc06f338b5622565a9c5d4b8578da618d0bd91f0 (diff)
downloadvolse-hubzilla-cccd9567e4c3acf62ea5cd3cb87be55e29674748.tar.gz
volse-hubzilla-cccd9567e4c3acf62ea5cd3cb87be55e29674748.tar.bz2
volse-hubzilla-cccd9567e4c3acf62ea5cd3cb87be55e29674748.zip
Merge https://github.com/friendica/red into zpull
-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;