git.cweiske.de
/
phinde.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Always show text, make text extract size configurable.
[phinde.git]
/
www
/
css
/
phinde.css
diff --git
a/www/css/phinde.css
b/www/css/phinde.css
index 1e34fcf4203a1a2e7fdd0febc1e9ad8a615afbc5..a25aa31c5eab83704d9da76d8011542e37b46fad 100644
(file)
--- a/
www/css/phinde.css
+++ b/
www/css/phinde.css
@@
-12,4
+12,23
@@
}
.hit {
margin-bottom: 2ex;
}
.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
}
\ No newline at end of file