summaryrefslogtreecommitdiff
path: root/assets/stylesheets/css.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-04-09 19:01:57 -0400
committerJules Laplace <jules@okfoc.us>2014-04-09 19:18:38 -0400
commitc3e2afe6739af6494d9d00896af879fc30f3d254 (patch)
tree760a1fb6f3cf24346ca0796962b4c74f4d919c8d /assets/stylesheets/css.css
parentcbd5e2411cd4df39dda75723da9c5e0153ad3331 (diff)
drawing rectangles
Diffstat (limited to 'assets/stylesheets/css.css')
-rw-r--r--assets/stylesheets/css.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/stylesheets/css.css b/assets/stylesheets/css.css
index e536b4c..e59793a 100644
--- a/assets/stylesheets/css.css
+++ b/assets/stylesheets/css.css
@@ -7,6 +7,8 @@
html, body {
width: 100%;
height: 100%;
+ background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(244,251,255,1) 59%, rgba(244,251,255,1) 59%, rgba(234,247,255,1) 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(100%,rgba(234,247,255,1))); /* Chrome,Safari4+ */
}
.mx-scene {
z-index: 1;