Big graph, away!

This commit is contained in:
Cryptkeeper
2015-12-18 01:45:38 -06:00
parent b6a76a5ee7
commit 8f66475a28
7 changed files with 201 additions and 14 deletions

View File

@ -177,3 +177,11 @@ h3 {
height: 42px;
width: 42px;
}
/* The big graph */
#big-graph {
height: 500px;
width: 800px;
margin: 15px auto 0 auto;
padding-left: 500px;
}