summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-27 07:31:28 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-03-27 07:31:28 -0400
commit8bb3c321711e2d526b7fe98a9b6d0ccd14a3eb36 (patch)
tree5edfc3d9eddcc666968dcd04a42d326410a5e269
parentf1de2ec8b72b32bd00f9271fc2c2e063a6bddf32 (diff)
disabled fancy wallpaper to reduce memory pressure. was initially targetted for #212, but that problem turned out to be different. No harm anyway
Former-commit-id: 1766757b206ed4cbe6bc32d6ab3fd88ab1adacb3
-rw-r--r--www/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css
index d5c82b73..d230738e 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -706,9 +706,10 @@ input[type=range]::-webkit-slider-thumb {
.pin-background.scroll-content
{
- background: url('../img/background.png') no-repeat center center fixed;
+ /*background: url('../img/background.png') no-repeat center center fixed;*/
background-size: cover;
background-color:#555555;
+ /*background-color:#16a085;*/
}