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 {
max-width: 40em;
margin: auto;
html.opera {
text-align: center;
}
html.opera body {
display: inline-block;
text-align: initial;
}
body {