Always show text, make text extract size configurable.
[phinde.git] / www / css / phinde.css
index 1e34fcf4203a1a2e7fdd0febc1e9ad8a615afbc5..a25aa31c5eab83704d9da76d8011542e37b46fad 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;
+}
+.resultinfo {
+    margin-top: 1ex;
+    margin-bottom: 2ex;
 }
\ No newline at end of file