gitweb: Normalize searchbar font size
authorPetr Baudis <pasky@suse.cz>
Thu, 17 May 2007 02:24:19 +0000 (04:24 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 May 2007 00:37:30 +0000 (17:37 -0700)
Currently, searchbar font was as big as the page heading font, because
font-size was made relative - but to the parent element, which was for some
reason indeed page_header. Since that seems to be illogical to me, I just
moved the div.search outside of div.page_header. I'm no CSS/DOM expert but
no adverse effects were observed by me.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found