mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11957] Fix position of main block for tab-less pages
PHPBB3-11957
This commit is contained in:
parent
1cdb9a8057
commit
bea94b1f5b
1 changed files with 4 additions and 0 deletions
|
@ -493,6 +493,10 @@ li {
|
|||
box-shadow: #FFF 0 0 0 1px inset;
|
||||
}
|
||||
|
||||
#acp:first-child {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top;
|
||||
padding: 5px 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue