mirror of https://github.com/masayuki0812/c3.git
Quite good looking graph derived from d3.js
http://c3js.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
321 B
22 lines
321 B
7 years ago
|
section p {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
section h5 {
|
||
|
margin-top: 1rem;
|
||
|
}
|
||
|
section code {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
.sourcecode {
|
||
|
margin-bottom: 1.25rem;
|
||
|
padding: 6px 10px;
|
||
|
background-color: #f4f4f4;
|
||
|
}
|
||
|
.sourcecode pre {
|
||
|
padding: 0;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
.sourcecode pre code {
|
||
|
background-color: #f4f4f4;
|
||
|
}
|