forked from OpenNeo/impress
fix petpage export styles
thumbnails were right-aligned when they really shouldn't have been
This commit is contained in:
parent
b04c5db98a
commit
c46d7ae2c0
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dti-item-thumbnail {
|
.dti-item-thumbnail {
|
||||||
|
display: block;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
margin: 0 auto;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue