File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -277,11 +277,9 @@ border: 2px solid #eee;
277
277
278
278
td {
279
279
padding : 3px ;
280
- width : 25 % ;
280
+ width : 50 % ;
281
281
border-collapse : collapse;
282
- vertical-align : top;
283
282
border-right-width : 2px ;
284
- border-left-width : 2px ;
285
283
border-bottom-width : 2px ;
286
284
border-right-style : solid;
287
285
border-bottom-style : solid;
Original file line number Diff line number Diff line change @@ -271,16 +271,14 @@ pre {
271
271
th {
272
272
text-align: left;
273
273
padding: 3px;
274
- width:100%;
275
274
background-color: #eee;
276
275
border: 2px solid #eee;
277
276
}
278
277
279
278
td {
280
279
padding: 3px;
281
- width:25 %;
280
+ width:50 %;
282
281
border-collapse:collapse;
283
- vertical-align: top;
284
282
border-right-width: 2px;
285
283
border-left-width: 2px;
286
284
border-bottom-width: 2px;
You can’t perform that action at this time.
0 commit comments