]> git.lizzy.rs Git - minetest.git/blob - util/master/style.css
Merge remote branch 'origin/master'
[minetest.git] / util / master / style.css
1 table {
2   max-width: 100%;
3   background-color: transparent;
4   border-collapse: collapse;
5   border-spacing: 0;
6 }
7
8 td, th {
9   border: 1px solid gray;
10 }
11
12 div#table table {
13   width: 100%;
14 }