diff options
author | Marvin Borner | 2019-06-23 13:55:40 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-23 13:55:40 +0200 |
commit | 6f0971aaede5b8ad7b9fd23f35ac13c457eb9d20 (patch) | |
tree | b9c117a07cd2c088e0fc0cb74d79bea724b4a56e /presentation/css | |
parent | c128842e20c27c4d849e9c264f240dd502d9c455 (diff) |
Fixed minor issues
Diffstat (limited to 'presentation/css')
-rw-r--r-- | presentation/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/presentation/css/style.css b/presentation/css/style.css index db9af40..312ef2d 100644 --- a/presentation/css/style.css +++ b/presentation/css/style.css @@ -39,8 +39,7 @@ } table, tbody, tr { - border: 0; -!important; + border: 0 !important; } td, th { |