diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-07 23:13:06 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-08 01:27:46 +0000 |
commit | c76e51ec6aef59e333922f56bd5702cc01296e24 (patch) | |
tree | 109f0bde702cfc7edf1798088a9fe6fc9ec29787 /html/git-deps-tips.css | |
parent | 7bdbb659b733fead1e7a7cd3752baa32935095cc (diff) | |
download | git-deps-c76e51ec6aef59e333922f56bd5702cc01296e24.tar.gz |
indent CSS 4 columns
Diffstat (limited to 'html/git-deps-tips.css')
-rw-r--r-- | html/git-deps-tips.css | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/html/git-deps-tips.css b/html/git-deps-tips.css index fc9a4ec..4edd887 100644 --- a/html/git-deps-tips.css +++ b/html/git-deps-tips.css @@ -1,55 +1,55 @@ .d3-tip { - line-height: 1; - font-weight: bold; - padding: 12px; - background: rgba(0, 0, 0, 0.8); - color: #fff; - border-radius: 2px; - pointer-events: none; + line-height: 1; + font-weight: bold; + padding: 12px; + background: rgba(0, 0, 0, 0.8); + color: #fff; + border-radius: 2px; + pointer-events: none; } /* Creates a small triangle extender for the tooltip */ .d3-tip:after { - box-sizing: border-box; - display: inline; - font-size: 10px; - width: 100%; - line-height: 1; - color: rgba(0, 0, 0, 0.8); - position: absolute; - pointer-events: none; + box-sizing: border-box; + display: inline; + font-size: 10px; + width: 100%; + line-height: 1; + color: rgba(0, 0, 0, 0.8); + position: absolute; + pointer-events: none; } /* Northward tooltips */ .d3-tip.n:after { - content: "\25BC"; - margin: -1px 0 0 0; - top: 100%; - left: 0; - text-align: center; + content: "\25BC"; + margin: -1px 0 0 0; + top: 100%; + left: 0; + text-align: center; } /* Eastward tooltips */ .d3-tip.e:after { - content: "\25C0"; - margin: -4px 0 0 0; - top: 50%; - left: -8px; + content: "\25C0"; + margin: -4px 0 0 0; + top: 50%; + left: -8px; } /* Southward tooltips */ .d3-tip.s:after { - content: "\25B2"; - margin: 0 0 1px 0; - top: -8px; - left: 0; - text-align: center; + content: "\25B2"; + margin: 0 0 1px 0; + top: -8px; + left: 0; + text-align: center; } /* Westward tooltips */ .d3-tip.w:after { - content: "\25B6"; - margin: -4px 0 0 -1px; - top: 50%; - left: 100%; + content: "\25B6"; + margin: -4px 0 0 -1px; + top: 50%; + left: 100%; } |