diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-22 11:14:39 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-22 11:14:39 +1000 |
commit | 5920d0add61331ecb7f8e245cc5bc3b0a59374f5 (patch) | |
tree | 0e70902be15b1d631ecece9e6d61cb48820ceac0 /content | |
parent | a4cd30be68ce1d5725409aa742570325d7526c4f (diff) |
fixing some mozilla validation warnings when uploading the extension
Diffstat (limited to 'content')
-rw-r--r-- | content/dialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/dialog.css b/content/dialog.css index 38b6634..08e475f 100644 --- a/content/dialog.css +++ b/content/dialog.css @@ -87,5 +87,5 @@ #_LibreJS_dialog #content ul { list-style: none; margin: 0; - padding: 0;" + padding: 0; } |