diff options
author | Louis7777 <Louis7777@users.noreply.github.com> | 2017-05-03 03:30:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 03:30:16 +0300 |
commit | 234a6f1256e9eb9feebd103ddfdf0956f75cffc6 (patch) | |
tree | 81a94c527946ed1a0b04b18fc116d5f2669f8bc1 /phpBB/styles/prosilver/theme | |
parent | fd423d5a7a665e465f8b9e4a3f3d3ecdaf99dd3b (diff) | |
download | forums-234a6f1256e9eb9feebd103ddfdf0956f75cffc6.tar forums-234a6f1256e9eb9feebd103ddfdf0956f75cffc6.tar.gz forums-234a6f1256e9eb9feebd103ddfdf0956f75cffc6.tar.bz2 forums-234a6f1256e9eb9feebd103ddfdf0956f75cffc6.tar.xz forums-234a6f1256e9eb9feebd103ddfdf0956f75cffc6.zip |
Update content.css
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index c6914e8541..78ecb23568 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -516,7 +516,7 @@ blockquote .codebox { display: block; height: auto; max-height: 200px; - padding: 5px 3px; + padding: 8px 3px 5px 3px; font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace; line-height: 1.3em; } |