mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-15 12:05:21 +02: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
@ -289,6 +289,12 @@ a#logo:hover {
|
|||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inner:after {
|
||||||
|
content: '';
|
||||||
|
clear: both;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.rowbg {
|
.rowbg {
|
||||||
margin: 5px 5px 2px 5px;
|
margin: 5px 5px 2px 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user