summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-09 20:13:03 +0530
committerJayaram R Pai2014-09-09 20:13:03 +0530
commitbd7345a7f9fe0818071133c6ce752a163a60b9e8 (patch)
tree3bf3cbdddfe55b7ef7b390a236711f2c98c27162 /static/website/css
parent87abcafdc82e35b211a40bca96c609093eaa1c84 (diff)
downloadscilab-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.css6
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;