소스 검색

Added bottom border to child boards table

Signed-off-by: emanuele <[email protected]>
emanuele 12 년 전
부모
커밋
7fc66c663b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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>';
 	}