wzxii commited on
Commit
6330b9a
·
verified ·
1 Parent(s): dee26a5

Upload 2 files

Browse files
Files changed (2) hide show
  1. index.html +1 -1
  2. style.css +3 -0
index.html CHANGED
@@ -64,7 +64,7 @@
64
 
65
  <thead>
66
  <!-- <th rowspan="2">Benchmark</th> -->
67
- <th rowspan="2">Model
68
  <button class="button_sort" data-direction="desc" data-type="name"></button>
69
  </th>
70
  <th data-direction="desc" rowspan="2" data-type="MGI">MGI
 
64
 
65
  <thead>
66
  <!-- <th rowspan="2">Benchmark</th> -->
67
+ <th rowspan="2" id="th_model">Model
68
  <button class="button_sort" data-direction="desc" data-type="name"></button>
69
  </th>
70
  <th data-direction="desc" rowspan="2" data-type="MGI">MGI
style.css CHANGED
@@ -100,6 +100,9 @@
100
  .section_evalTable__table th {
101
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
102
  }
 
 
 
103
  .section_evalTable__table td.td_a {
104
  text-align: left;
105
  }
 
100
  .section_evalTable__table th {
101
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
102
  }
103
+ #th_model {
104
+ text-align: left;
105
+ }
106
  .section_evalTable__table td.td_a {
107
  text-align: left;
108
  }