[ticket/10734] Fixed padding issues

Fixed padding for post and panel.

PHPBB-10734
This commit is contained in:
Shibu Lijack 2012-04-02 02:04:11 +05:30
parent 6498f2d33a
commit 97ff7ee9d8

View file

@ -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;