diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index fb580ac..4db3552 100644 --- a/static/style.css +++ b/static/style.css @@ -5,3 +5,12 @@ div { padding: 5px; } + +table { + border-collapse: collapse; +} + +td, th { + border: 1px solid black; + padding: 10px; +} |
