Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
In particular, the code that draws the cluster labels now takes
into account of the specific font-size of the label. Also, less
important functions are now grouped to the end to make it clear
that they should not be given as much attention. This makes the
code easier to follow.
  • Loading branch information
Andrew Or committed May 6, 2015
1 parent 9dab5f0 commit 565801f
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@

#dag-viz-graph svg.job g.cluster text {
fill: #AAAAAA;
font-size: 11px;
}

/* Stage page specific styles */
Expand All @@ -80,6 +79,5 @@

#dag-viz-graph svg.stage g.cluster text {
fill: #444444;
font-size: 14px;
font-weight: bold;
}
Loading

0 comments on commit 565801f

Please sign in to comment.