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