diff options
author | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 02:04:11 +0530 |
---|---|---|
committer | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 02:04:11 +0530 |
commit | 97ff7ee9d80ed04210242c5c902f05c583467513 (patch) | |
tree | 6452bf9dd21bacd18730422b195601d735230055 /phpBB/styles | |
parent | 6498f2d33a16fa493f18c0d84bcce2dca1478179 (diff) | |
download | forums-97ff7ee9d80ed04210242c5c902f05c583467513.tar forums-97ff7ee9d80ed04210242c5c902f05c583467513.tar.gz forums-97ff7ee9d80ed04210242c5c902f05c583467513.tar.bz2 forums-97ff7ee9d80ed04210242c5c902f05c583467513.tar.xz forums-97ff7ee9d80ed04210242c5c902f05c583467513.zip |
[ticket/10734] Fixed padding issues
Fixed padding for post and panel.
PHPBB-10734
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 249e3a3822..592b6a2ff9 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -277,13 +277,12 @@ a#logo:hover { .panel { margin-bottom: 4px; padding: 0 10px; - padding: 5px 10px; background-color: #f3f3f3; color: #3f3f3f; } .post { - padding: 10px; + padding: 5px 10px; margin-bottom: 4px; background-repeat: no-repeat; background-position: 100% 0; |