From e42e2f0d71278005d45709c1aa7122efcd604b6c Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 14 Feb 2012 11:27:19 -0500 Subject: Set size of thumbnail images --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 07c68a66..a856eda2 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,8 @@ .thumbnail img { border: 1px solid #DDD; margin-top: 5px; + width: 290px; + height: 200px; } .thumbnail .btn-toolbar { -- cgit v1.2.3