summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-01-29 20:29:04 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-01-30 07:27:13 -0500
commit5e82f76c4305d8170f6b49e6d206084e1e45623a (patch)
treed546043d6f00f8dbdd263f8fa29c765bfb43c999 /css
parent83230afa51fd1ec6a1e224baeac59bd4be4eb0d4 (diff)
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.
Diffstat (limited to 'css')
-rw-r--r--css/guix.css5
1 files changed, 5 insertions, 0 deletions
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 {