diff --git a/toolkit/content/directionDetector.html b/toolkit/content/directionDetector.html new file mode 100644 index 00000000000..4c5faf01fd1 --- /dev/null +++ b/toolkit/content/directionDetector.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index 8e40179a144..f088158e579 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -9,6 +9,7 @@ toolkit.jar: content/global/XPCNativeWrapper.js (XPCNativeWrapper.js) * content/global/xul.css (xul.css) * content/global/about.xhtml (about.xhtml) + content/global/directionDetector.html content/global/plugins.html content/global/plugins.css *+ content/global/buildconfig.html (buildconfig.html) diff --git a/toolkit/content/plugins.css b/toolkit/content/plugins.css index 2935a4b674b..edfd0a61330 100644 --- a/toolkit/content/plugins.css +++ b/toolkit/content/plugins.css @@ -71,7 +71,7 @@ div#findmore { margin-top: 2em; margin-bottom: 1em; font-size: large; - text-align: left; + text-align: start; font-weight: bold; } @@ -83,7 +83,7 @@ table { background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; - text-align: left; + text-align: start; width: 100%; border: 1px solid ThreeDShadow; border-spacing: 0px; @@ -102,11 +102,11 @@ th { th + th, td + td { - border-left: 1px dotted ThreeDShadow; + -moz-border-start: 1px dotted ThreeDShadow; } td { - text-align: left; + text-align: start; border-top: 1px dotted ThreeDShadow; } diff --git a/toolkit/content/plugins.html b/toolkit/content/plugins.html index 168a7bca603..853b2ceac96 100644 --- a/toolkit/content/plugins.html +++ b/toolkit/content/plugins.html @@ -26,6 +26,7 @@ - Frank Tang - Mike Connelly - Robert Kaiser + - Ehsan Akhgari - - Alternatively, the contents of this file may be used under the terms of - either the GNU General Public License Version 2 or later (the "GPL"), or @@ -57,6 +58,29 @@
+ + + + + Mozilla Bug 437844 + + +

+ +
+    
+ + + + + + +