Browse Source

Added bottom border to child boards table

Signed-off-by: emanuele <[email protected]>
emanuele 11 years ago
parent
commit
7fc66c663b
1 changed files with 5 additions and 0 deletions
  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>';
 	}