diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 16:43:51 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 16:43:51 -0600 |
commit | f260b75bf64eb90f15c3d9c55636e3ca08d84e5e (patch) | |
tree | 651dfe3b4fb7c35e50ea1dcb8e3a5b41c5119d38 | |
parent | aa0be9c9de3e30f6db45b00aa601853cac51300f (diff) |
Add padding to tables
-rw-r--r-- | styles/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index c4e0b2c..ce3d1a3 100644 --- a/styles/style.css +++ b/styles/style.css @@ -36,6 +36,7 @@ th, .header a { td { background-color: #eee; + padding: 3px; } .info { |