summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-27 21:03:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-27 21:03:15 +0000
commit75324e48592fbe141a66ba7e5dbda8553bbd2db1 (patch)
tree5193ae090dfe3ac07c6e6cd2672813f7d89eee4b /public
parent93f07c78d6bb53a4e3c71953211c8beb011155f4 (diff)
downloadredmine-75324e48592fbe141a66ba7e5dbda8553bbd2db1.tar.gz
redmine-75324e48592fbe141a66ba7e5dbda8553bbd2db1.zip
added a simple search engine. left to do:
- full content search (only subject/titles for now) - pagination - results presentation improvement git-svn-id: http://redmine.rubyforge.org/svn/trunk@279 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 2f20c8e99..aaf332a18 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -243,6 +243,8 @@ legend {color: #505050;}
hr { border:none; border-bottom: dotted 1px #c0c0c0; }
table p {margin:0; padding:0;}
+strong.highlight { background-color: #FCFD8D;}
+
div.square {
border: 1px solid #999;
float: left;