diff --git a/options/index.css b/options/index.css index 7b6185e3..96c93fa1 100644 --- a/options/index.css +++ b/options/index.css @@ -1,6 +1,10 @@ -html { - max-width: 40em; - margin: auto; +html.opera { + text-align: center; +} + +html.opera body { + display: inline-block; + text-align: initial; } body {