Browse Source

Added bottom border to child boards table

Signed-off-by: emanuele <[email protected]>
emanuele 11 năm trước cách đây
mục cha
commit
7fc66c663b
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Themes/default/MessageIndex.template.php

+ 5 - 0
Themes/default/MessageIndex.template.php

@@ -117,6 +117,11 @@ function template_main()
 		}
 		echo '
 			</tbody>
+			<tbody class="divider">
+				<tr>
+					<td colspan="4"></td>
+				</tr>
+			</tbody>
 		</table>
 	</div>';
 	}