1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +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

@@ -20,7 +20,7 @@
/* Main blocks
---------------------------------------- */
.rtl #logo {
.rtl .logo {
float: right;
padding: 10px 10px 0 13px;
}

View File

@@ -196,13 +196,13 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
margin-top: 20px;
}
#logo {
.logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
}
a#logo:hover {
.logo:hover {
text-decoration: none;
}

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;