mirror of https://github.com/perkeep/perkeep.git
newui: Obviously, vertical align top was required to make the create box line up properly for inline-block flow
Change-Id: I3243c8bd11753e15515de0e3b73daa87682c966a
This commit is contained in:
parent
6003fc6174
commit
1a59cce8bc
|
@ -7,6 +7,7 @@
|
|||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.cam-blobitem-150 {
|
||||
|
|
Loading…
Reference in New Issue