From 1a59cce8bc23e8859722b260ee916409250fea02 Mon Sep 17 00:00:00 2001 From: Brett Slatkin Date: Sun, 23 Dec 2012 16:05:23 -0800 Subject: [PATCH] newui: Obviously, vertical align top was required to make the create box line up properly for inline-block flow Change-Id: I3243c8bd11753e15515de0e3b73daa87682c966a --- server/camlistored/newui/blob_item.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/camlistored/newui/blob_item.css b/server/camlistored/newui/blob_item.css index 897997af4..388964014 100644 --- a/server/camlistored/newui/blob_item.css +++ b/server/camlistored/newui/blob_item.css @@ -7,6 +7,7 @@ display: inline-block; overflow: hidden; text-align: center; + vertical-align: top; } .cam-blobitem-150 {