diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 861fc617c5..bdcda9f299 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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;