Index: chrome/skin/firstRun.css |
=================================================================== |
--- a/chrome/skin/firstRun.css |
+++ b/chrome/skin/firstRun.css |
@@ -296,19 +296,21 @@ |
display: inline-block; |
vertical-align: top; |
padding: 5px 0 5px 0; |
+ border: 1px dashed #37506d; |
+ border-style: none dashed; |
} |
#donate-block |
{ |
- border: 1px dashed #37506d; |
- border-style: none dashed; |
width: 50%; |
} |
#share-block |
{ |
- border-right: 1px dashed #37506d; |
width: 49%; |
+ |
+ -webkit-border-start-style: none; |
+ -moz-border-start-style: none; |
Thomas Greiner
2014/12/09 10:29:04
If you use prefixed properties, please also add th
Sebastian Noack
2014/12/09 10:41:13
There is no unprefixed version. I couldn't even fi
Thomas Greiner
2014/12/09 16:51:56
Ok, sounds reasonable.
|
} |
.share-buttons |