diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-14 11:27:19 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-14 11:27:19 -0500 |
commit | e42e2f0d71278005d45709c1aa7122efcd604b6c (patch) | |
tree | 3f125d0f537b551427a7795c69690592c4de255f /index.html | |
parent | e84c726cbcd2e3b74351573a011fec16cd57dc18 (diff) |
Set size of thumbnail images
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ .thumbnail img { border: 1px solid #DDD; margin-top: 5px; + width: 290px; + height: 200px; } .thumbnail .btn-toolbar { |