optionsUI: center in opera correctly
This commit is contained in:
parent
bdcac21d7e
commit
eb37b3e4ad
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user