fix catalog layout on firefox
This commit is contained in:
parent
66f6c1f2a1
commit
3bc3aabc05
@ -1,3 +1,5 @@
|
||||
- Firefox release only: fix catalog layout.
|
||||
|
||||
### 3.16.2 - *2014-02-04*
|
||||
|
||||
- More index navigation improvements:
|
||||
|
||||
@ -402,12 +402,11 @@ a[href="javascript:;"] {
|
||||
text-decoration: none;
|
||||
}
|
||||
.catalog-mode {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
.catalog-thread {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
text-align: left;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 165px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user