aboutsummaryrefslogtreecommitdiffstats
path: root/snag/static/pagedown.css
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2023-12-04 22:44:20 -0500
committerMatt Kohls <mattkohls13@gmail.com>2023-12-04 23:55:28 -0500
commit8cf24308185d45000b1ce6f29a2edc6cdf00185c (patch)
tree27cce5a5f7cde07cd8b100e3a9b840a5997e00ac /snag/static/pagedown.css
parent9bd50e8bc54dedae84b3eb424d5eba54bfa870f3 (diff)
downloadsensor-aggregator-master.tar.gz
sensor-aggregator-master.tar.bz2
sensor-aggregator-master.zip
Adding JS graphs to dashboardHEADmaster
Using new api + D3 and Plot to draw fancy graphs
Diffstat (limited to 'snag/static/pagedown.css')
-rw-r--r--snag/static/pagedown.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/snag/static/pagedown.css b/snag/static/pagedown.css
index 7f9c3e0..633f8c1 100644
--- a/snag/static/pagedown.css
+++ b/snag/static/pagedown.css
@@ -153,3 +153,10 @@ footer {
width: 50%;
margin: 0 0 1rem
}
+
+div.graph {
+ max-width: 80%;
+ box-shadow: 1px 1px 5px 0 rgba(0,0,0,.4);
+ margin: 0 auto
+}
+