From 5e82f76c4305d8170f6b49e6d206084e1e45623a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 29 Jan 2015 20:29:04 -0500 Subject: css: Improve appearance of counter badges next to headers. * css/guix.css (.header .badge): New style. * js/view/generations.js (guix.generations.view): Add 'header' class to h2 element. * js/view/packages.js (guix.packages.view): Likewise. --- css/guix.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') diff --git a/css/guix.css b/css/guix.css index 040f239..2848fd5 100644 --- a/css/guix.css +++ b/css/guix.css @@ -14,6 +14,11 @@ cursor: pointer; } +.header .badge { + vertical-align: middle; + margin-left: 5px; +} + /* Loading Spinner */ @-webkit-keyframes spinner { -- cgit v1.2.3