mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10734] Fixed padding issues
Fixed padding for post and panel. PHPBB-10734
This commit is contained in:
parent
6498f2d33a
commit
97ff7ee9d8
1 changed files with 1 additions and 2 deletions
|
@ -277,13 +277,12 @@ a#logo:hover {
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
padding: 5px 10px;
|
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
color: #3f3f3f;
|
color: #3f3f3f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
padding: 10px;
|
padding: 5px 10px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue