diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index ad93cac..e918c8c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,11 @@ -table { +table#lab { border-collapse: collapse; border: 1px solid #000; } -th { +#lab th { padding: 5px; } -td { +#lab td { border: 1px solid #000; padding: 5px; } |