diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-09-01 08:11:44 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-09-01 08:11:44 +0200 |
| commit | 5b054d1fb39604419150051dd1d99dacbdeb2cba (patch) | |
| tree | f11e9dc7e50b2d5210103d2b85f3ebcfaa5209a8 /www/css | |
| parent | 7aba8a17bae437bfba2cb6c6496f750d014f3636 (diff) | |
| download | phinde-5b054d1fb39604419150051dd1d99dacbdeb2cba.tar.gz phinde-5b054d1fb39604419150051dd1d99dacbdeb2cba.zip | |
Make search result hit template configurable, add chat template
Resolves: #9
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/phinde.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/css/phinde.css b/www/css/phinde.css index a25aa31..eae8dd9 100644 --- a/www/css/phinde.css +++ b/www/css/phinde.css @@ -31,4 +31,14 @@ .resultinfo { margin-top: 1ex; margin-bottom: 2ex; -}
\ No newline at end of file +} + +.hit-chat .meta { + margin-left: 3ex; +} +.hit-chat .date { + color: inherit; +} +.hit-chat .meta { + opacity: 0.5; +} |
