Adding border radius to share button
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 23 May 2016 13:25:19 +0000 (09:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 23 May 2016 13:25:19 +0000 (09:25 -0400)
css/app.css
scss/_main.scss

index 52d9d59..45cd4dc 100644 (file)
@@ -7026,7 +7026,8 @@ header {
   font-weight: bold;
   color: white;
   width: auto;
-  height: 30px; }
+  height: 30px;
+  border-radius: 3px; }
 
 #footerShareThis, #stOff {
   position: relative;
index 9b00c49..98c47b3 100644 (file)
     color: white;
     width: auto;
     height: 30px;
+    border-radius: 3px;
 }
 #footerShareThis, #stOff{
     position: relative;