From 3fd98aa9418fff23a06242c8df9c7f8126377e5d Mon Sep 17 00:00:00 2001 From: BillMills Date: Thu, 26 Nov 2015 14:55:56 -0800 Subject: [PATCH] starting to wrap up a production release --- css/efficiencyCalculator.css | 13 ++++++++++++- index.html | 12 +++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/css/efficiencyCalculator.css b/css/efficiencyCalculator.css index 8152337..0230a49 100644 --- a/css/efficiencyCalculator.css +++ b/css/efficiencyCalculator.css @@ -78,11 +78,17 @@ div.header img{ } div.footer{ - text-align: center; font-size: 16px; background-color: #4C4C4C; padding: 2em; border-top: 2px solid #000000; + display:inline-block; + width: 100%; +} + +div.footer a{ + color: #FFFFFF; + text-decoration: underline; } /*plot control*/ @@ -159,4 +165,9 @@ span.reporting{ div.report{ font-size: 16px; margin-top:1em; +} + +/*references*/ +div#simulationDetails{ + margin: 0 1em 1em 1em; } \ No newline at end of file diff --git a/index.html b/index.html index dcb929e..d657d6f 100644 --- a/index.html +++ b/index.html @@ -453,6 +453,7 @@

Triples

+
@@ -479,7 +480,7 @@

References

+ +