aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2008-10-03 09:29:45 +0200
committerShawn O. Pearce <spearce@spearce.org>2008-10-03 07:29:56 -0700
commit0d1d154dbe4d16a802c2e357de96e349f04d2f2c (patch)
treeced93eb652f3f9804d5488af74526a1cd87263b6 /gitweb/gitweb.css
parent42326110b5bb208e0a64e91aeca69a4f0cf5759e (diff)
downloadgit-0d1d154dbe4d16a802c2e357de96e349f04d2f2c.tar.gz
git-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.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 07f5b5378..a01eac814 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;
}