diff options
| author | Michael <[email protected]> | 2017-04-20 16:53:46 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-20 16:53:46 -0400 |
| commit | d00db5810cf0ad355415fbeb049cec7f6fc3f330 (patch) | |
| tree | 8dc443281f4c01f31db7845c6979ef1eb66e4f84 /Project-Unite/Views/Developer | |
| parent | a2064535c8edee6d1d02bfa8c7a7bbe7e6eaad14 (diff) | |
| download | project-unite-d00db5810cf0ad355415fbeb049cec7f6fc3f330.tar.gz project-unite-d00db5810cf0ad355415fbeb049cec7f6fc3f330.tar.bz2 project-unite-d00db5810cf0ad355415fbeb049cec7f6fc3f330.zip | |
things stuff stuff things
Diffstat (limited to 'Project-Unite/Views/Developer')
| -rw-r--r-- | Project-Unite/Views/Developer/index.cshtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project-Unite/Views/Developer/index.cshtml b/Project-Unite/Views/Developer/index.cshtml index a8475df..f371d32 100644 --- a/Project-Unite/Views/Developer/index.cshtml +++ b/Project-Unite/Views/Developer/index.cshtml @@ -19,6 +19,13 @@ </div> </div> +<style> + #c_bugs{ + width:100%; + height:900px; + } +</style> + <!-- Resources --> <script src="https://www.amcharts.com/lib/3/amcharts.js"></script> <script src="https://www.amcharts.com/lib/3/pie.js"></script> |
