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:
Brett Slatkin 2012-12-23 16:05:23 -08:00
parent 6003fc6174
commit 1a59cce8bc
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
display: inline-block;
overflow: hidden;
text-align: center;
vertical-align: top;
}
.cam-blobitem-150 {