nvd3/test/teststyle.css
Robin Hu 3a75b583ca Created more robust tooltip solution. Tooltips render inside the SVG's parent DIV.
They can be positioned, even if there are relative positioned elements above it.
2013-07-08 17:19:10 -04:00

36 lines
367 B
CSS

body {
overflow-y:scroll;
font-family: arial;
}
text {
font: 12px sans-serif;
}
.chart {
float:left;
height: 500px;
text-align: center;
font-weight: bold;
margin-bottom: 2em;
}
.chart.full {
width: 100%;
}
.chart.half {
width: 50%;
}
.chart.third {
width: 33%;
}
.navigation a{
margin-right: 1em;
}
.navigation {
margin-bottom: 1em;
}