X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=cwiki-view.el;h=a148dfbfbf9291ee795efdc87bef4f064cb5f97d;hb=4f06d6781e31fc2f052db35f6ab03835e3519110;hp=217bbbe796a6e3d73f0bb02f91b109591299c368;hpb=5313835a3a3ece818279cc6b7bc9b92c97739758;p=chise%2Fest.git diff --git a/cwiki-view.el b/cwiki-view.el index 217bbbe..a148dfb 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; } @@ -188,10 +190,14 @@ li { margin: 0 0 0 2em; } genre rdf-uri-object) ""))) (when (setq parents (www-get-feature-value object '<-denotational)) + (if (characterp parents) + (setq parents (list parents))) (princ (format "

%s %s

\n
\n" (www-format-value-as-char-list parents) (www-format-feature-name '->denotational lang)))) (when (setq parents (www-get-feature-value object '<-subsumptive)) + (if (characterp parents) + (setq parents (list parents))) (princ (format "

%s %s

\n
\n" (www-format-value-as-char-list parents) (www-format-feature-name '->subsumptive lang))))