Make search result hit template configurable, add chat template
[phinde.git] / www / css / phinde.css
index a3d593ed0480fa742194e5c6d0cd034ea26063f7..eae8dd91a017c9a78cd8d898842237734a79b429 100644 (file)
 }
 .hit .date {
     color: #666;
-}
\ No newline at end of file
+}
+.hit em.hl {
+    font-weight: bold;
+}
+.resultinfo {
+    margin-top: 1ex;
+    margin-bottom: 2ex;
+}
+
+.hit-chat .meta {
+    margin-left: 3ex;
+}
+.hit-chat .date {
+    color: inherit;
+}
+.hit-chat .meta {
+    opacity: 0.5;
+}