diff options
author | Petr Baudis <pasky@suse.cz> | 2006-10-24 05:15:46 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-23 20:55:38 -0700 |
commit | 88ad729b73264025d2d4c187ff74432d7cacafb2 (patch) | |
tree | 491f94ba81e6a3494d40e8830d91f11b26f9659d /gitweb/gitweb.css | |
parent | 4777b0141a4812177390da4b6ebc9d40ac3da4b5 (diff) | |
download | git-88ad729b73264025d2d4c187ff74432d7cacafb2.tar.gz |
gitweb: Make search type a popup menu
This makes the multiple search types actually usable by the user;
if you don't read the gitweb source, you don't even have an idea
that you can write things like that there.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r-- | gitweb/gitweb.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 3f62b6d752..0eda98237e 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -333,6 +333,8 @@ div.index_include { } div.search { + font-size: 12px; + font-weight: normal; margin: 4px 8px; position: absolute; top: 56px; |