1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/12740] Use class for logo in css

PHPBB3-12740
This commit is contained in:
hanakin
2014-06-20 17:25:06 +02:00
parent ad11925c77
commit cc67f49fce
4 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ body {
text-align: center;
}
#logo {
.logo {
/* change display value to inline-block to show logo */
display: none;
float: none;