# HG changeset patch # User Christophe Lincoln # Date 1489949607 -3600 # Node ID 5066ec4b24026a6e3a23c7d02f3505451a5e6cc6 # Parent 80339acef312d7ca1517b80c8cad2542d202ec77 Cleaner bookmaks page and css diff -r 80339acef312 -r 5066ec4b2402 doc/style.css --- a/doc/style.css Sun Mar 19 08:49:43 2017 +0000 +++ b/doc/style.css Sun Mar 19 19:53:27 2017 +0100 @@ -11,11 +11,13 @@ padding: 10px; border-radius: 4px; } +p { hyphens: auto; } +li { padding: 3px 0; } header { background: #ebebeb; height: 40px; - border-bottom: 4px solid #d66018; + border-bottom: 1px solid #ddd; } main { @@ -30,10 +32,15 @@ color: #888; } -header, main, footer { display: block; } /* for old browsers not fully supported HTML5 */ - -p { hyphens: auto; } +header, main, footer { display: block; } .year:after { content: "2017"; } + +#bookmarks li { + border-top: 1px solid #ddd; + list-style-type: none; +} + +#bookmarks a { text-decoration: none; } diff -r 80339acef312 -r 5066ec4b2402 lib/helper.sh --- a/lib/helper.sh Sun Mar 19 08:49:43 2017 +0000 +++ b/lib/helper.sh Sun Mar 19 19:53:27 2017 +0100 @@ -61,7 +61,7 @@ html_bookmarks() { { html_header "$(gettext 'Bookmarks')" - echo '