Skip to content

Commit

Permalink
Bump to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Aug 27, 2017
1 parent 78d0923 commit 0fa39b0
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 297 deletions.
16 changes: 9 additions & 7 deletions d3.ez.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
fill: #000000;
}
/* === Title === */
.d3ez #titleBox text {
.d3ez #titleGroup text {
fill: ##909090;
}
.d3ez text.title {
Expand All @@ -32,7 +32,7 @@
}
/* === Credit Label === */
.d3ez #creditTag text {
cursor: pointer;
cursor: pointer;
fill: #cccccc;
}

Expand Down Expand Up @@ -121,6 +121,13 @@
opacity: 0.7;
}

/* === Punch Card Styles === */
.punchCard .punchValue {
font-size: 20px;
font-weight: bold;
}


/* === HTML List Styles === */
.htmlList, .htmlList ul {
margin: 0;
Expand Down Expand Up @@ -192,8 +199,3 @@ table.htmlTable {
background-color: #eeeeee;
}

/* === Punch Card Styles === */
.punchCard .punchValue {
font-size: 20px;
font-weight: bold;
}
Loading

0 comments on commit 0fa39b0

Please sign in to comment.