File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 9
9
< link rel ="alternate icon " type ="image/png " href ="/favicon-32x32.png ">
10
10
< link rel ="icon " type ="image/svg+xml " href ="/favicon.svg ">
11
11
< style >
12
+ body {
13
+ max-width : 800px ;
14
+ margin : 2% auto;
15
+ }
16
+
17
+ # app {
18
+ margin : 0 2% ;
19
+ }
20
+
12
21
ul li {
13
22
margin : 0 ;
14
23
}
165
174
cursor : help;
166
175
}
167
176
177
+ # benches {
178
+ font-size : medium;
179
+ }
180
+
168
181
# benches tbody ::before {
169
182
content : '' ;
170
183
display : block;
179
192
border-right : dotted 1px ;
180
193
text-align : left;
181
194
word-break : break-word;
195
+ width : 25% ;
196
+ min-width : 50px ;
197
+ }
198
+
199
+ # benches th + td {
200
+ width : 25% ;
182
201
}
183
202
184
203
.benchmark-name {
188
207
< script src ="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js "> </ script >
189
208
</ head >
190
209
191
- < body class =" container " style =" max-width:800px " >
210
+ < body >
192
211
< div > > < a href ="index.html "> graphs</ a > , < a href ="compare.html "> compare</ a > ,
193
212
< a href ="dashboard.html "> dashboard</ a > , < a href ="bootstrap.html "> bootstrap</ a > ,
194
213
< a href ="status.html "> status</ a > , < a href ="help.html "> help</ a > .
@@ -322,7 +341,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
322
341
</ div >
323
342
</ fieldset >
324
343
< div v-if ="data " id ="content " style ="margin-top: 15px ">
325
- < table id ="benches " class ="compare " style =" width: 80%; margin: 0 auto; font-size: medium !important; " >
344
+ < table id ="benches " class ="compare ">
326
345
< template v-for ="bench in benches ">
327
346
< tbody >
328
347
< template v-for ="run in bench.variants ">
You can’t perform that action at this time.
0 commit comments