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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user