diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index e8d5ceada4..13b661ef0a 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -1,4 +1,5 @@ +

{L_TOPIC}: {TOPIC_TITLE}

@@ -36,6 +37,7 @@ onload_functions.push('subPanels()');
+
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index d4382b067e..7c7158bd00 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -106,7 +106,6 @@ ul.cplist { .tabs-container h2 { float: left; - white-space: nowrap; margin-bottom: 0px; }