mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/10734] Used pseudo class for clearing
Instead of using a separate class for clearing, pseudo :after class is added. PHPBB3-10734
This commit is contained in:
parent
33a10f57f9
commit
a728b08e90
1 changed files with 6 additions and 0 deletions
|
@ -289,6 +289,12 @@ a#logo:hover {
|
|||
background-position: 100% 0;
|
||||
}
|
||||
|
||||
.inner:after {
|
||||
content: '';
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rowbg {
|
||||
margin: 5px 5px 2px 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue