summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-26 16:41:32 +0300
committerAndrew Dolgov <[email protected]>2017-02-26 16:41:32 +0300
commit76091bc3dfd72e15a409859e68656cf0c01a07cd (patch)
tree62791f9730d564628b4c50f197a0e377ba770644 /css/index.css
parent386de5a795dceeeb0881ab26686fed5b0f9aee2c (diff)
fix cell image geometry
Diffstat (limited to 'css/index.css')
-rw-r--r--css/index.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 33a68f2..9d636e6 100644
--- a/css/index.css
+++ b/css/index.css
@@ -4,6 +4,9 @@
.thumb img {
max-height : 180px;
+ max-width : 120px;
+ height : auto;
+ width : auto;
}
.thumb.read img {