From e4128c611bfaad1c43f16b4de18d286f6a43706b Mon Sep 17 00:00:00 2001 From: Michael Enz <none@none> Date: Mon, 8 Dec 2014 17:10:56 +0100 Subject: [PATCH] non-jira: patch from Stephan Clemenz: removed extra comma --- .../themes/light/modules/_portfoliomaps/_epmst_leather.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/themes/light/modules/_portfoliomaps/_epmst_leather.scss b/src/main/webapp/static/themes/light/modules/_portfoliomaps/_epmst_leather.scss index e523e154995..665f3f09331 100644 --- a/src/main/webapp/static/themes/light/modules/_portfoliomaps/_epmst_leather.scss +++ b/src/main/webapp/static/themes/light/modules/_portfoliomaps/_epmst_leather.scss @@ -2,7 +2,7 @@ $bordercolor : #888; .o_map-leather { background-color: rgb(149, 115, 82); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248,248,248, 0.7)), color-stop(100%, rgba(193,193,193, 0.5))), url('#{$o-images-path}portfolio/white-leather-tile.jpg'),; + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248,248,248, 0.7)), color-stop(100%, rgba(193,193,193, 0.5))), url('#{$o-images-path}portfolio/white-leather-tile.jpg'); background-image: -webkit-linear-gradient(top, rgba(248,248,248, 0.7), rgba(193,193,193, 0.5)), url('#{$o-images-path}portfolio/white-leather-tile.jpg'); background-image: -moz-linear-gradient(top, rgba(248,248,248, 0.7), rgba(193,193,193, 0.5)), url('#{$o-images-path}portfolio/white-leather-tile.jpg'); background-image: -ms-linear-gradient(top, rgba(248,248,248, 0.7), rgba(193,193,193, 0.5)), url('#{$o-images-path}portfolio/white-leather-tile.jpg'); @@ -35,4 +35,4 @@ $bordercolor : #888; color: #333; } } -} \ No newline at end of file +} -- GitLab