diff options
author | Jayaram R Pai | 2014-09-09 20:13:03 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-09 20:13:03 +0530 |
commit | bd7345a7f9fe0818071133c6ce752a163a60b9e8 (patch) | |
tree | 3bf3cbdddfe55b7ef7b390a236711f2c98c27162 /static/website/css | |
parent | 87abcafdc82e35b211a40bca96c609093eaa1c84 (diff) | |
download | scilab-on-cloud-bd7345a7f9fe0818071133c6ce752a163a60b9e8.tar.gz scilab-on-cloud-bd7345a7f9fe0818071133c6ce752a163a60b9e8.tar.bz2 scilab-on-cloud-bd7345a7f9fe0818071133c6ce752a163a60b9e8.zip |
made node/data functional
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 7c545a9..aa27771 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -142,6 +142,12 @@ body, html { -o-box-shadow: 0 0 10px #ffffff; box-shadow: 0 0 10px #ffffff; } +#databox-wrapper { + max-width: 400px; +} +#databox-wrapper p { + text-align: justify; +} a.extra-link { float: right; color: #aaaaaa; |