diff options
author | Jayaram R Pai | 2014-08-21 19:46:18 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-08-21 19:46:18 +0530 |
commit | 6349505c1b9cb638d562bd06a75a26109b106f0d (patch) | |
tree | aeed4f0c7a3b985ea735ec3c424f8504cea70eac /static/website/css | |
parent | 1ced43baf6c586f6af51b13eeb72f24dc5906be2 (diff) | |
download | scilab-on-cloud-6349505c1b9cb638d562bd06a75a26109b106f0d.tar.gz scilab-on-cloud-6349505c1b9cb638d562bd06a75a26109b106f0d.tar.bz2 scilab-on-cloud-6349505c1b9cb638d562bd06a75a26109b106f0d.zip |
added lightbox to display plot
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 8f95975..4b09e93 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -130,3 +130,8 @@ body, html { font-size: .6em; display: block; } +#lightbox-me-wrapper { + padding: 35px; + background: #ffffff; + box-shadow: 0 0 10px #ffffff; +} |