control: tags -1 patch Here is a patch for shrinking list items.
Cheers, Christophe
>From 11d36d66525c464fd336f5edcf48920d99cc0c1e Mon Sep 17 00:00:00 2001 From: Christophe Siraut <tob...@debian.org> Date: Sat, 13 Feb 2016 19:30:14 +0100 Subject: [PATCH] css: shrink list-group-items (closes: ##791924) --- distro_tracker/core/static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distro_tracker/core/static/css/style.css b/distro_tracker/core/static/css/style.css index 7405a77..ae57d41 100644 --- a/distro_tracker/core/static/css/style.css +++ b/distro_tracker/core/static/css/style.css @@ -126,13 +126,13 @@ } .panel-heading { - padding: 5px 5px; + padding: 3px 5px 3px 6px; margin: -15px -15px 0px; font-size: 17.5px; font-weight: 500; color: #ffffff; background-color: #d70751; - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #f1f1f1; border-top-right-radius: 3px; border-top-left-radius: 3px; } @@ -173,9 +173,9 @@ .list-group-item { position: relative; display: block; - padding: 5px 5px 5px 5px; + padding: 2px 3px 2px 5px; margin-bottom: -1px; - border: 1px solid #dddddd; + border: 1px solid #f1f1f1; } .list-group-item > .list-item-key { -- 2.7.0