# HG changeset patch # User Guido Berhoerster # Date 1410199535 -7200 # Node ID e78c3356b5853f4b66bc7f83c793b27e4a9af387 # Parent 4786df0aec03d2f49d5fb5b958727965040f2d5a Hide bookmark details Hide bookmark details and actions and only show title and tags by default diff -r 4786df0aec03 -r e78c3356b585 booket.css --- a/booket.css Mon Sep 08 20:01:41 2014 +0200 +++ b/booket.css Mon Sep 08 20:05:35 2014 +0200 @@ -242,6 +242,7 @@ ul#bookmark-list > li p { margin: 0; + display: inline-block; } ul#bookmark-list > li ~ li { @@ -294,8 +295,12 @@ font-size: .75em; } +.bookmark-actions { + margin-left: 1.5em; +} + dl.bookmark-metadata { - margin: .25em 0 0 0; + margin: .25em 0 0 2em; } dl.bookmark-metadata dt { diff -r 4786df0aec03 -r e78c3356b585 booket.html --- a/booket.html Mon Sep 08 20:01:41 2014 +0200 +++ b/booket.html Mon Sep 08 20:05:35 2014 +0200 @@ -132,23 +132,25 @@