mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485
Revert "[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632"
This reverts commit c67633577f
.
PHPBB3-6632
PHPBB3-10485
PHPBB3-10504
This commit is contained in:
@@ -29,19 +29,14 @@ ul.topiclist li.row dl {
|
||||
ul.topiclist dt {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
font-size: 1.1em;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
ul.topiclist .widescreen-optimised dt {
|
||||
width: 100%;
|
||||
margin-right: -465px;
|
||||
}
|
||||
|
||||
ul.topiclist .widescreen-optimised dt .wrap-content {
|
||||
display: block;
|
||||
ul.topiclist dt .wrap-content {
|
||||
padding-right: 465px;
|
||||
}
|
||||
|
||||
@@ -106,9 +101,6 @@ li.header dt, li.header dd {
|
||||
|
||||
li.header dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li.header .widescreen-optimised dt {
|
||||
margin-right: -465px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user