mirror of
https://github.com/mhwikicn/mhdos-armor-set-searcher
synced 2025-12-05 20:39:04 +08:00
fix table text align
This commit is contained in:
parent
4dfb06b95f
commit
d004a7f03d
@ -43,6 +43,10 @@ ul {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr, td, th {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* main sections */
|
/* main sections */
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
@ -177,7 +181,7 @@ ul {
|
|||||||
|
|
||||||
.search-picker-activation {
|
.search-picker-activation {
|
||||||
margin: 0.4em 0.7em;
|
margin: 0.4em 0.7em;
|
||||||
width: 10em;
|
width: 14em;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user