diff options
author | Friendika <info@friendika.com> | 2011-07-18 19:17:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-18 19:17:16 -0700 |
commit | 7008bec045e296422a85553de1266dc864f041bc (patch) | |
tree | fb312c4e9dc82887225856abce84742878bc42fa /view/theme | |
parent | c0b8e63a3fe600326e0f18c03207ba9fd30c8126 (diff) | |
download | volse-hubzilla-7008bec045e296422a85553de1266dc864f041bc.tar.gz volse-hubzilla-7008bec045e296422a85553de1266dc864f041bc.tar.bz2 volse-hubzilla-7008bec045e296422a85553de1266dc864f041bc.zip |
improved code blocks
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
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: '>> '; |