mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
c24201b5f3
This doesn’t have much impact on resulting JS size, but it will hopefully make merge conflicts much less frequent. The CSS growth is a little higher (6.5% increase in size) but is not material. If this materially reduces the number of merge conflicts we have, by letting the git merge tools resolve some dist file mergers, I think it would be worth it. Some example changes in file size: bundle.js 290K -> 301K vendor.js 1,325K -> 1,321K bundle.css 628K -> 669K
34 lines
464 B
CSS
34 lines
464 B
CSS
h3,table{
|
|
font-family:Arial,sans-serif;
|
|
}
|
|
|
|
table{
|
|
border-collapse:collapse;
|
|
color:#333;
|
|
font-size:12pt;
|
|
}
|
|
|
|
table th{
|
|
border-bottom:2px solid #333;
|
|
padding:5px 10px;
|
|
font-weight:700;
|
|
text-align:left;
|
|
}
|
|
|
|
table th:first-child{
|
|
padding-left:0;
|
|
}
|
|
|
|
table td{
|
|
border-top:1px solid #aaa;
|
|
border-bottom:1px solid #aaa;
|
|
text-align:left;
|
|
padding:5px 10px;
|
|
}
|
|
|
|
table td:first-child{
|
|
padding-left:0;
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=GridField_print.css.map*/ |