From ac3982353bbdf9fddf92e4677ee2b9003de4b27d Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 8 Jan 2015 19:08:51 +0000 Subject: improve notification on new data --- html/css/git-deps-tips.css | 2 -- html/css/git-deps.css | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'html/css') diff --git a/html/css/git-deps-tips.css b/html/css/git-deps-tips.css index abd3980..909badb 100644 --- a/html/css/git-deps-tips.css +++ b/html/css/git-deps-tips.css @@ -62,8 +62,6 @@ } .d3-tip .commit-describe { - font-weight: bold; - color: #26894d; font-size: 12px; margin: 0.5em 0; } diff --git a/html/css/git-deps.css b/html/css/git-deps.css index 8879a83..50a62f1 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -37,3 +37,8 @@ g.node text { .commitish input { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; } + +.commit-ref { + font-weight: bold; + color: #26894d; +} -- cgit