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

[ticket/16093] Do not display attach-row-tpl

PHPBB3-16093
This commit is contained in:
Marc Alexander
2019-07-01 20:46:27 +02:00
parent 9e9bdb69b5
commit 17ef8a0369
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
margin-bottom: 1em;
}
.attach-row-tpl {
display: none;
}
.file-list td {
vertical-align: middle;
}