1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

Merge pull request #4921 from hanakin/ticket/15343

[ticket/15343] Fix forum row inner list

* github.com:phpbb/phpbb:
  [ticket/15343] make blocks
  [ticket/15343] Fix forum row inner list
This commit is contained in:
Tristan Darricau
2017-09-07 14:58:26 +02:00
2 changed files with 21 additions and 5 deletions

View File

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