fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 May 2017 13:13:07 +0000 (09:13 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 May 2017 13:13:07 +0000 (09:13 -0400)
selector value was changed accidentally, fixed the value from -o to -1px for the header search input
position

css/app.css
scss/_page.header.scss

index c81b77f..95927df 100644 (file)
@@ -6347,7 +6347,7 @@ header {
         background: #FFFFFF; }
   header .search-input {
     position: relative;
-    top: -o;
+    top: -1px;
     height: 19px;
     width: 0;
     border: none;
index 1767da7..f27e1af 100644 (file)
@@ -77,7 +77,7 @@ header {
     }
     .search-input{
             position: relative;
-            top: -o;
+            top: -1px;
             height: 19px;
             width: 0;
             border: none;
@@ -113,7 +113,6 @@ header {
 //                top: -10px;
 //                border-radius: 0.35em;
 //                margin: 0 0 0 -25px;
-//                
 //                &:before {
 //                    content: ""; 
 //                    display: inline-block;