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

[ticket/15343] Fix forum row inner list

PHPBB3-15343
This commit is contained in:
Michael Miday
2017-08-30 17:41:33 -04:00
parent d8fb94245f
commit 95e5f9cfe0
2 changed files with 21 additions and 5 deletions

View File

@@ -88,6 +88,18 @@ ul.topiclist dfn {
padding-top: 5px;
}
.forum-desc {
display: none;
}
.forum-mods {
display: none;
}
.forum-subs {
display: none;
}
li.row {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;