diff options
author | David Robillard <d@drobilla.net> | 2024-10-12 14:17:57 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-12 14:17:57 -0400 |
commit | e42420c54cb25507556236f00ae1c083eb7581e7 (patch) | |
tree | 0d681cc09ae18486bebed16b8ba49891583e802b | |
parent | e9c90784b22d0351074ca1ea551e094d076a0e9c (diff) | |
download | ingen-e42420c54cb25507556236f00ae1c083eb7581e7.tar.gz ingen-e42420c54cb25507556236f00ae1c083eb7581e7.tar.bz2 ingen-e42420c54cb25507556236f00ae1c083eb7581e7.zip |
Remove redundant shorthand CSS property
-rw-r--r-- | bundles/ingen.lv2/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/ingen.lv2/style.css b/bundles/ingen.lv2/style.css index fca399e3..ff0d542b 100644 --- a/bundles/ingen.lv2/style.css +++ b/bundles/ingen.lv2/style.css @@ -136,7 +136,6 @@ table { border-collapse: collapse; border-spacing: 1em 1em; border-style: hidden; - border: 0; margin: 0; } |