From 4317ea6fa7e90fc10c97a19db4707775f0629dc0 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 12:41:39 +0200 Subject: update to 49.0rc4 --- arc-firefox-theme/chrome/mozapps/aboutProfiles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'arc-firefox-theme/chrome/mozapps/aboutProfiles.css') diff --git a/arc-firefox-theme/chrome/mozapps/aboutProfiles.css b/arc-firefox-theme/chrome/mozapps/aboutProfiles.css index bb7bb8d..09dc9ea 100644 --- a/arc-firefox-theme/chrome/mozapps/aboutProfiles.css +++ b/arc-firefox-theme/chrome/mozapps/aboutProfiles.css @@ -16,8 +16,8 @@ body { } button { - -moz-margin-start: 0; - -moz-margin-end: 8px; + margin-inline-start: 0; + margin-inline-end: 8px; } table { @@ -57,12 +57,12 @@ td { float: right; margin-top: 2em; margin-bottom: 20px; - -moz-margin-start: 20px; - -moz-margin-end: 0; + margin-inline-start: 20px; + margin-inline-end: 0; padding: 16px; width: 30%; } -#action-box:-moz-dir(rtl) { +#action-box:dir(rtl) { float: left; } -- cgit v1.2.3