diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 13:41:36 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 14:24:21 -0500 |
commit | 991212c4d835634626c25db822f5cfeb386fa141 (patch) | |
tree | 521b854356dfd226d33615566353ab5793e29afa /docs/examples | |
parent | 21c22db81eebb576ff8e134ad1c9efdabf58da3d (diff) |
Don't hard-code the Y-axis unit label styles.
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/assets/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/examples/assets/css/style.css b/docs/examples/assets/css/style.css index 2968265..54c3902 100644 --- a/docs/examples/assets/css/style.css +++ b/docs/examples/assets/css/style.css @@ -118,3 +118,11 @@ input[type=text] { position: relative; left: 25px; } + +.yaxisUnitLabel { + width: 100px; + position: absolute; + top: 80px; + left: -110px; + text-align: right; +} |