diff options
author | Petr Baudis <pasky@suse.cz> | 2008-10-03 09:29:45 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-03 07:29:56 -0700 |
commit | 0d1d154dbe4d16a802c2e357de96e349f04d2f2c (patch) | |
tree | ced93eb652f3f9804d5488af74526a1cd87263b6 /gitweb/gitweb.css | |
parent | gitweb: Make the by_tag filter delve in forks as well (diff) | |
download | tgif-0d1d154dbe4d16a802c2e357de96e349f04d2f2c.tar.xz |
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>
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r-- | gitweb/gitweb.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 07f5b53788..a01eac814e 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -435,6 +435,10 @@ div.search { right: 12px } +p.projsearch { + text-align: center; +} + td.linenr { text-align: right; } |