diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2023-12-04 22:44:20 -0500 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2023-12-04 23:55:28 -0500 |
commit | 8cf24308185d45000b1ce6f29a2edc6cdf00185c (patch) | |
tree | 27cce5a5f7cde07cd8b100e3a9b840a5997e00ac /snag/static/pagedown.css | |
parent | 9bd50e8bc54dedae84b3eb424d5eba54bfa870f3 (diff) | |
download | sensor-aggregator-8cf24308185d45000b1ce6f29a2edc6cdf00185c.tar.gz sensor-aggregator-8cf24308185d45000b1ce6f29a2edc6cdf00185c.tar.bz2 sensor-aggregator-8cf24308185d45000b1ce6f29a2edc6cdf00185c.zip |
Using new api + D3 and Plot to draw fancy graphs
Diffstat (limited to 'snag/static/pagedown.css')
-rw-r--r-- | snag/static/pagedown.css | 7 |
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 +} + |