diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-28 02:01:49 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-28 02:01:49 +0100 |
commit | e39d738c39d37cdef115c145027f3eec85a62272 (patch) | |
tree | be60a07674a0d118d42f572a35b62ada9529a6bd /cgit.css | |
parent | Test for NULL-pointers in html_txt() and friends (diff) | |
download | cgit-pink-e39d738c39d37cdef115c145027f3eec85a62272.tar.gz cgit-pink-e39d738c39d37cdef115c145027f3eec85a62272.zip |
Add generic support for search box in page header
This adds the ability to show a search box in any pageheader with correct href and hidden form data, but does not enable the box on any pages. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 459dca7..9112bfe 100644 --- a/cgit.css +++ b/cgit.css @@ -61,6 +61,11 @@ div#header { div#header img#logo { float: right; } + +div#header input { + float: right; + margin: 0.25em 1em; +} div#header a { color: black; } |