1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +02:00

[ticket/16831] fix tabs missing delimiters and remove commented class

this is just to fix tabs, missing delimiters, and
remove old commented classes in css files

PHPBB3-16831
This commit is contained in:
Prosk8er
2021-08-04 20:13:49 -04:00
parent 90fccff6f1
commit 6dd7b7e8b5
14 changed files with 104 additions and 121 deletions

View File

@@ -564,14 +564,14 @@
@media (min-width: 701px) and (max-width: 950px) {
ul.topiclist dt {
margin-right: -410px;
margin-right: -410px;
}
ul.topiclist dt .list-inner {
margin-right: 410px;
margin-right: 410px;
}
dd.posts, dd.topics, dd.views {
width: 80px;
width: 80px;
}
}