Skip to content

Commit

Permalink
Moving the X axis down from graph and moving legend down if not the
Browse files Browse the repository at this point in the history
legend will conflict with graph when the description is not there.
  • Loading branch information
Dhanushanth authored and Dhanushanth committed Mar 20, 2014
1 parent 9740196 commit 3d0b986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
opacity: 0.5;
white-space: nowrap;
margin-left: 3px;
bottom: 1px;
bottom: -20px;
}

/* annotations */
Expand All @@ -34,7 +34,7 @@
height: 1px;
border-top: 1px solid #e0e0e0;
margin-top: 10px;
position: relative;
position: absolute;
}
.rickshaw_annotation_timeline .annotation {
position: absolute;
Expand Down
6 changes: 4 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ body > .container {
.page-header h1 {
color: #d65100;
}

p{
margin-top: 12px;
}
h2 {
font-size: 24.5px;
}
Expand All @@ -101,7 +103,7 @@ h2, h3 {
border-radius: 0 0 8px 8px;
}
.legend {
margin-top: 9px;
margin-top: 17px;
display: none;
}

Expand Down

0 comments on commit 3d0b986

Please sign in to comment.