From 60a9bc8421ebfb6e9a8ed563d15fa157cfcf796a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Fri, 8 May 2020 01:36:36 -0700 Subject: Replace -moz prefixed logical properties in themes --- webbrowser/themes/linux/feeds/subscribe.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'webbrowser/themes/linux/feeds/subscribe.css') diff --git a/webbrowser/themes/linux/feeds/subscribe.css b/webbrowser/themes/linux/feeds/subscribe.css index dd1e24e..ac5de58 100644 --- a/webbrowser/themes/linux/feeds/subscribe.css +++ b/webbrowser/themes/linux/feeds/subscribe.css @@ -10,7 +10,7 @@ html { #feedBody { border: 1px solid THreeDShadow; padding: 3em; - -moz-padding-start: 30px; + padding-inline-start: 30px; margin: 2em auto; background: -moz-Field; } @@ -25,9 +25,9 @@ html { #feedHeader { margin-top: 4.9em; margin-bottom: 1em; - -moz-margin-start: 1.4em; - -moz-margin-end: 1em; - -moz-padding-start: 2.9em; + margin-inline-start: 1.4em; + margin-inline-end: 1em; + padding-inline-start: 2.9em; font-size: 110%; color: InfoText; } @@ -54,12 +54,12 @@ html { #feedHeader[firstrun="true"] #feedIntroText { padding-top: 0.1em; - -moz-padding-start: 0.6em; + padding-inline-start: 0.6em; display: block; } #feedHeader[firstrun="true"] > #feedSubscribeLine { - -moz-padding-start: 1.8em; + padding-inline-start: 1.8em; } #feedSubscribeLine { @@ -99,8 +99,8 @@ h2 { #feedTitleLink { float: right; - -moz-margin-start: .6em; - -moz-margin-end: 0; + margin-inline-start: .6em; + margin-inline-end: 0; margin-top: 0; margin-bottom: 0; } @@ -110,15 +110,15 @@ a[href] img { } #feedTitleContainer { - -moz-margin-start: 0; - -moz-margin-end: .6em; + margin-inline-start: 0; + margin-inline-end: .6em; margin-top: 0; margin-bottom: 0; } #feedTitleImage { - -moz-margin-start: .6em; - -moz-margin-end: 0; + margin-inline-start: .6em; + margin-inline-end: 0; margin-top: 0; margin-bottom: 0; max-width: 300px; -- cgit v1.2.3