update.
[chise/est.git] / cwiki-view.el
index 217bbbe..a148dfb 100644 (file)
@@ -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 "<p>%s %s</p>\n<hr>\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 "<p>%s %s</p>\n<hr>\n"
                       (www-format-value-as-char-list parents)
                       (www-format-feature-name '->subsumptive lang))))