[ticket/11957] Fix position of main block for tab-less pages

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin 2013-10-26 22:16:54 +03:00
parent 1cdb9a8057
commit bea94b1f5b

View file

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