optionsUI: center in opera correctly

This commit is contained in:
tophf 2017-04-14 14:08:31 +03:00
parent bdcac21d7e
commit eb37b3e4ad

View File

@ -1,6 +1,10 @@
html { html.opera {
max-width: 40em; text-align: center;
margin: auto; }
html.opera body {
display: inline-block;
text-align: initial;
} }
body { body {