* Fix table style.

This commit is contained in:
Yagami
2019-04-04 14:33:18 +08:00
parent 490d692b8c
commit b1f2a64f8e
+1 -1
View File
@@ -50,7 +50,7 @@
<div data-ride='table'>
<table class='table table-condensed table-striped table-bordered table-fixed no-margin' id="bug">
<thead>
<tr class='colhead'>
<tr class='colhead text-center'>
<th><?php echo $lang->bug->openedBy;?></th>
<th><?php echo $lang->bug->unResolved;?></th>
<?php foreach($lang->bug->resolutionList as $resolutionType => $resolution):?>