summaryrefslogtreecommitdiff
path: root/src/chrome/browser/syncCommon.css
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2018-08-20 21:49:42 +0100
committerLootyhoof <lootyhoofer@gmail.com>2018-08-20 21:49:42 +0100
commitbfda8afdb30a95cd4089896f2153b44cf7037177 (patch)
tree1a2166f1d676fe7804be654d6be1b193a18ade6d /src/chrome/browser/syncCommon.css
parent4f099b6e298be23fb0b3644d999634fe9bd86084 (diff)
Use non-prefixed -inline stylings
Diffstat (limited to 'src/chrome/browser/syncCommon.css')
-rw-r--r--src/chrome/browser/syncCommon.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrome/browser/syncCommon.css b/src/chrome/browser/syncCommon.css
index f682cb9..8e48969 100644
--- a/src/chrome/browser/syncCommon.css
+++ b/src/chrome/browser/syncCommon.css
@@ -8,7 +8,7 @@
8} 8}
9 9
10.statusIcon { 10.statusIcon {
11 -moz-margin-start: 4px; 11 margin-inline-start: 4px;
12 max-height: 16px; 12 max-height: 16px;
13 max-width: 16px; 13 max-width: 16px;
14} 14}