diff options
Diffstat (limited to 'util/master/style.css')
-rw-r--r-- | util/master/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/util/master/style.css b/util/master/style.css new file mode 100644 index 000000000..638b51f80 --- /dev/null +++ b/util/master/style.css @@ -0,0 +1,14 @@ +table { + max-width: 100%; + background-color: transparent; + border-collapse: collapse; + border-spacing: 0; +} + +td, th { + border: 1px solid gray; +} + +div#table table { + width: 100%; +}
\ No newline at end of file |