add site search, highlighting
[phinde.git] / www / css / phinde.css
index 1e34fcf4203a1a2e7fdd0febc1e9ad8a615afbc5..6d9ad20014e3c3740883b60cd21c56f71020627f 100644 (file)
 }
 .hit {
     margin-bottom: 2ex;
+}
+.hit .title {
+    font-size: 120%;
+}
+.hit .url {
+    color: #070;
+}
+.hit .extract {
+    font-size: 95%;
+}
+.hit .date {
+    color: #666;
+}
+.hit em.hl {
+    font-weight: bold;
 }
\ No newline at end of file