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

Merge pull request #2617 from hanakin/ticket/12740

[ticket/12740] Use .logo instead of #logo in css

* hanakin/ticket/12740:
  [ticket/12740] Use class for logo in css
This commit is contained in:
Joas Schilling
2014-06-22 20:10:13 +02:00
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;