From e20b64c97a274f06437f8f6ba40d8eafed567d5b Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 26 Oct 2015 10:37:00 -0500 Subject: [PATCH] Fix bug with sprockets compilation --- src/css/simplemde.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/simplemde.css b/src/css/simplemde.css index 6df6cb7..0373b29 100644 --- a/src/css/simplemde.css +++ b/src/css/simplemde.css @@ -92,7 +92,7 @@ background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); - filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1); position: fixed; top: 0; left: 0; @@ -109,7 +109,7 @@ background: -o-linear-gradient(left, rgba(125, 185, 232, 0.01) 0%, rgba(254, 254, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); background: -ms-linear-gradient(left, rgba(125, 185, 232, 0.01) 0%, rgba(254, 254, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(to right, rgba(125, 185, 232, 0.01) 0%, rgba(254, 254, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); - filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1); position: fixed; top: 0; right: 0; @@ -319,4 +319,4 @@ .CodeMirror .CodeMirror-code .cm-strikethrough { text-decoration: line-through; -} \ No newline at end of file +}