build_number_ranges.md: same column width for all tables

This commit is contained in:
Yann Cébron 2019-04-03 14:48:16 +02:00
parent 71ef4f5909
commit f4d2a828dc

View File

@ -1,6 +1,14 @@
---
title: Build Number Ranges
---
<style>
table {
width:100%;
}
th:first-child, td:first-child {
width: 10%;
}
</style>
Use this reference of build number ranges to specify the correct `since-build` and `until-build` values in your plugin descriptor.