Skip to content

Commit

Permalink
Add the boilerplate d4.css file to the root of the repo so that it is…
Browse files Browse the repository at this point in the history
… easy to find by developers who install the product from tools like bower. Note, this css is not actually used in the examples site, so we'll want to find a way to automatically include it in the example site and remove the duplication that exists now that the d4 styles appear in two places.
  • Loading branch information
heavysixer committed Mar 23, 2014
1 parent e18cef3 commit 5e9e7c2
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 220 deletions.
22 changes: 22 additions & 0 deletions d4.css
@@ -0,0 +1,22 @@
svg.d4 {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size:11px;
}
.d4 .tick text {
font-size: 9px;
fill: #999;
shape-rendering: crispEdges;
}

.d4 .axis .domain, .d4 .axis .tick line {
fill: none;
stroke: #999;
stroke-width: 1px;
shape-rendering: crispEdges;
}

.d4 .line, .d4 path, .d4 .connectors line {
fill: none;
stroke: #222;
stroke-width: 1px;
}

0 comments on commit 5e9e7c2

Please sign in to comment.