From: MORIOKA Tomohiko Date: Wed, 20 Jul 2016 11:35:28 +0000 (+0900) Subject: (www-display-object-desc): Add CSS setting for image-list. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b819bf797c21f7ec35b351265f8c76d28683ccf4;p=chise%2Fest.git (www-display-object-desc): Add CSS setting for image-list. --- diff --git a/cwiki-view.el b/cwiki-view.el index 217bbbe..570e6e3 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -127,6 +127,8 @@ li { margin: 0 0 0 2em; } z-index: 1; } +.value .image-list img { height: 320px; vertical-align: top; } + .list .tooltip:hover .tooltiptext { visibility: visible; }