1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632

Revert "[ticket/6632] Better viewing of topics for wide screen displays"

This reverts commit bb733b0204.

PHPBB3-6632
PHPBB3-10504
This commit is contained in:
Joas Schilling
2011-12-01 11:15:44 +01:00
parent e3d81812fa
commit 8af9a0054c
3 changed files with 9 additions and 15 deletions

View File

@@ -29,15 +29,10 @@ ul.topiclist li.row dl {
ul.topiclist dt {
display: block;
float: left;
width: 100%;
width: 50%;
font-size: 1.1em;
padding-left: 5px;
padding-right: 5px;
margin-right: -465px;
}
ul.topiclist dt .wrap-content {
padding-right: 465px;
}
ul.topiclist dd {
@@ -101,7 +96,6 @@ li.header dt, li.header dd {
li.header dt {
font-weight: bold;
margin-right: -465px;
}
li.header dd {
@@ -132,7 +126,7 @@ dl.icon dt {
}
dd.posts, dd.topics, dd.views {
width: 90px;
width: 8%;
text-align: center;
line-height: 2.2em;
font-size: 1.2em;
@@ -151,7 +145,7 @@ dl.icon dt li {
}
dd.lastpost {
width: 230px;
width: 25%;
font-size: 1.1em;
}