wzxii commited on
Commit
a5c0ac1
1 Parent(s): 48fa834

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -2
style.css CHANGED
@@ -103,12 +103,15 @@
103
  .section_evalTable__table th {
104
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
105
  }
 
 
 
106
  .section_evalTable__table td.td_value {
107
  font-family: 'Courier New', Courier, monospace;
108
  }
109
- .section_evalTable__table td.td_HumanEval {
110
  font-family: Arial, Helvetica, sans-serif;
111
- }
112
  .section_evalTable__table a {
113
  font-family:Verdana, Geneva, Tahoma, sans-serif;
114
  text-decoration-color: #0909f8;
 
103
  .section_evalTable__table th {
104
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
105
  }
106
+ .section_evalTable__table td.td_a {
107
+ text-align: right;
108
+ }
109
  .section_evalTable__table td.td_value {
110
  font-family: 'Courier New', Courier, monospace;
111
  }
112
+ /* .section_evalTable__table td.td_HumanEval {
113
  font-family: Arial, Helvetica, sans-serif;
114
+ } */
115
  .section_evalTable__table a {
116
  font-family:Verdana, Geneva, Tahoma, sans-serif;
117
  text-decoration-color: #0909f8;