mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
[ticket/14139] Swap ids for classes in css files
This commit is contained in:
@@ -19,14 +19,14 @@ a:link { color: #000000; text-decoration: none; }
|
||||
a:visited { color: #000000; text-decoration: none; }
|
||||
a:active { color: #000000; text-decoration: none; }
|
||||
|
||||
img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
|
||||
img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
|
||||
/* Display smilies (Bug #47265) */
|
||||
.content img {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Container for the main body */
|
||||
#wrap {
|
||||
.wrap {
|
||||
margin: 0 2em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user