1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
luanti/util/master/style.css

14 lines
185 B
CSS
Raw Normal View History

2013-02-22 02:00:44 +04:00
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
td, th {
border: 1px solid gray;
}
div#table table {
width: 100%;
}