diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-08 19:08:51 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-08 19:08:51 +0000 |
commit | ac3982353bbdf9fddf92e4677ee2b9003de4b27d (patch) | |
tree | 61ff78569ba2c2cb3a2c9a7dfe9ee7de70d68482 /html/css | |
parent | 1672cb5fe1519f61a0147175c4f4ab905d908e9f (diff) | |
download | git-deps-ac3982353bbdf9fddf92e4677ee2b9003de4b27d.tar.gz |
improve notification on new data
Diffstat (limited to 'html/css')
-rw-r--r-- | html/css/git-deps-tips.css | 2 | ||||
-rw-r--r-- | html/css/git-deps.css | 5 |
2 files changed, 5 insertions, 2 deletions
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; +} |