diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-01 22:46:23 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-01 22:46:23 +0200 |
commit | 44658a26e0ece4c51d41d215f10e77b8ef1bae5d (patch) | |
tree | 7d22c2492bf0c90da6dbcaaeeba9859373212277 /dpi/bookmarks.c | |
parent | 6974232381c1fe175c0861b765ff26ebafde27d3 (diff) |
Remove unused table CSS rule in bookmarks
Reported-by: dogma
Fixes: https://github.com/dillo-browser/dillo/issues/112
Diffstat (limited to 'dpi/bookmarks.c')
-rw-r--r-- | dpi/bookmarks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c index 15498449..c892675a 100644 --- a/dpi/bookmarks.c +++ b/dpi/bookmarks.c @@ -51,7 +51,6 @@ #define CSS_STYLE \ "<style type='text/css'>\n"\ "body { margin: 2em; background: white; font-size: 16px }\n" \ - "table { border: 0 }\n" \ "ul { font-size: inherit; margin-left: 1em; margin-top: 0.5em; list-style-type: none; }\n" \ "ul.main { list-style-type: none; }\n" \ "li { min-height: 1.6em; }\n" \ |