changeset 4945:57b1406c0553

style: remove copy-pasted extraneous parentheses
author Sean Farley <sean.michael.farley@gmail.com>
date Fri, 27 Feb 2015 09:35:57 -0800
parents efa6a718a437
children 5fd4000294ad
files kallithea/public/css/style.css
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Feb 27 09:34:22 2015 -0800
+++ b/kallithea/public/css/style.css	Fri Feb 27 09:35:57 2015 -0800
@@ -1816,8 +1816,8 @@
     background-image: -moz-linear-gradient(top, #577632, #577632);
     background-image: -ms-linear-gradient( top, #577632, #577632);
     background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #577632), color-stop( 100%, #577632));
-    background-image: -webkit-linear-gradient( top, #577632, #577632));
-    background-image: -o-linear-gradient( top, #577632, #577632));
+    background-image: -webkit-linear-gradient( top, #577632, #577632);
+    background-image: -o-linear-gradient( top, #577632, #577632);
     background-image: linear-gradient(to bottom, #577632, #577632);
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
     -webkit-border-radius: 4px 4px 4px 4px;
@@ -1851,8 +1851,8 @@
     background-image: -moz-linear-gradient( top, #577632, #577632);
     background-image: -ms-linear-gradient( top, #577632, #577632);
     background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #577632), color-stop( 100%, #577632));
-    background-image: -webkit-linear-gradient( top, #577632, #577632));
-    background-image: -o-linear-gradient( top, #577632, #577632));
+    background-image: -webkit-linear-gradient( top, #577632, #577632);
+    background-image: -o-linear-gradient( top, #577632, #577632);
     background-image: linear-gradient(to bottom, #577632, #577632);
     margin: 0 auto;
     padding: 0;
@@ -3485,8 +3485,8 @@
     background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
     background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
-    background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
-    background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
+    background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA);
+    background-image: -o-linear-gradient(top, #F4F4F4, #DADADA);
     background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
 
     border-top: 1px solid #DDD;