aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-18 19:17:16 -0700
committerFriendika <info@friendika.com>2011-07-18 19:17:16 -0700
commit7008bec045e296422a85553de1266dc864f041bc (patch)
treefb312c4e9dc82887225856abce84742878bc42fa /view
parentc0b8e63a3fe600326e0f18c03207ba9fd30c8126 (diff)
downloadvolse-hubzilla-7008bec045e296422a85553de1266dc864f041bc.tar.gz
volse-hubzilla-7008bec045e296422a85553de1266dc864f041bc.tar.bz2
volse-hubzilla-7008bec045e296422a85553de1266dc864f041bc.zip
improved code blocks
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 78a0bff5b..5ee3761ef 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -45,8 +45,8 @@ code {
border: 1px solid #444;
background: #EEE;
color: #444;
- padding: 10px;
- margin-top: 20px;
+ padding: 0px 10px 10px 10px;
+ margin-top: 20px;
}
/*blockquote:before {
content: '>> ';