修复表格表头颜色错误

This commit is contained in:
virusdefender
2016-03-28 15:56:25 +08:00
parent 848ca4a657
commit 67c28eb723

View File

@@ -25,7 +25,7 @@
{% if submissions %} {% if submissions %}
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr class="success"> <tr>
<th>#</th> <th>#</th>
<th>提交时间</th> <th>提交时间</th>
<th>语言</th> <th>语言</th>