gitweb: Support for simple project search form

This is a trivial patch adding support for searching projects by name
and description, making use of the "infrastructure" provided by the
tag cloud generation.

Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Petr Baudis
2008-10-03 09:29:45 +02:00
committed by Shawn O. Pearce
parent 42326110b5
commit 0d1d154dbe
2 changed files with 14 additions and 2 deletions

View File

@ -435,6 +435,10 @@ div.search {
right: 12px
}
p.projsearch {
text-align: center;
}
td.linenr {
text-align: right;
}