diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-10 13:32:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-10 13:32:04 +0000 |
commit | 8b98ceb92c8fba72315d28c3b7664f481547bf24 (patch) | |
tree | 8d64bdfea3a8d89f2193f983c0d00248058b407b /public | |
parent | 7a20a4d32b718f803aa4e3af286ab6a2275b8b6f (diff) | |
download | redmine-8b98ceb92c8fba72315d28c3b7664f481547bf24.tar.gz redmine-8b98ceb92c8fba72315d28c3b7664f481547bf24.zip |
improved search engine
* it's now possible to search for multiple words ("all words" or "one of the words" options)
* added a fixed limit for result count
git-svn-id: http://redmine.rubyforge.org/svn/trunk@321 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 732349adf..40997af97 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -243,7 +243,7 @@ legend {color: #505050;} hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }
table p {margin:0; padding:0;}
-strong.highlight { background-color: #FCFD8D;}
+.highlight { background-color: #FCFD8D;}
div.square {
border: 1px solid #999;
|