OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 23-Mar-2006 23:56:14
Branch: HEAD Handle: 2006032322561400
Modified files:
openpkg-meta global-search-match.php
Log:
mark search keywords in search results
Summary:
Revision Changes Path
1.3 +3 -0 openpkg-meta/global-search-match.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/global-search-match.php
============================================================================
$ cvs diff -u -r1.2 -r1.3 global-search-match.php
--- openpkg-meta/global-search-match.php 23 Mar 2006 22:54:05 -0000
1.2
+++ openpkg-meta/global-search-match.php 23 Mar 2006 22:56:14 -0000
1.3
@@ -11,6 +11,9 @@
div.results div.excerpt {
font-size: 80%;
}
+ div.results div.excerpt strong {
+ color: #993333;
+ }
div.results span.url a {
font-size: 80%;
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]