summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-14 11:27:19 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-14 11:27:19 -0500
commite42e2f0d71278005d45709c1aa7122efcd604b6c (patch)
tree3f125d0f537b551427a7795c69690592c4de255f /index.html
parente84c726cbcd2e3b74351573a011fec16cd57dc18 (diff)
Set size of thumbnail images
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
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 {