# HG changeset patch # User Sylvain Thénault # Date 1287302720 -7200 # Node ID 8f4acaf2212c58cb6af2db8e753e6b2204fb7c44 # Parent eca20b0121045c8da69ab5ce8bdb9caf04c44c94 [css] need some pading in bookmark box diff -r eca20b012104 -r 8f4acaf2212c web/data/cubicweb.old.css --- a/web/data/cubicweb.old.css Sun Oct 17 10:04:45 2010 +0200 +++ b/web/data/cubicweb.old.css Sun Oct 17 10:05:20 2010 +0200 @@ -557,6 +557,10 @@ padding: 0; } +.bookmarks_box ul.boxListing div { + padding-bottom: 0.3em; +} + .download_box div.boxTitle { background : #8fbc8f !important; }