mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10734] Fixed padding issues
Fixed padding for post and panel. PHPBB-10734
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user