diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-10-25 13:30:18 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-10-25 13:30:18 -0700 |
| commit | 40eaac5abd66b8cafbd519726f59cf30815c10a4 (patch) | |
| tree | d173955ab147b5b256d6d392a58c1561d88e8503 /gitweb/gitweb.css | |
| parent | Merge for-each-ref to sync gitweb fully with 'next' (diff) | |
| parent | gitweb: Print commit message without title in commitdiff only if there is any (diff) | |
| download | git-40eaac5abd66b8cafbd519726f59cf30815c10a4.tar.gz git-40eaac5abd66b8cafbd519726f59cf30815c10a4.zip | |
Merge branch 'jc/web'
* jc/web:
gitweb: Print commit message without title in commitdiff only if there is any
gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiff
gitweb: Get rid of git_print_simplified_log
gitweb: Show project's README.html if available
gitweb: Do not automatically append " git" to custom site name
gitweb: Make search type a popup menu
gitweb: Restore object-named links in item lists
gitweb: use for-each-ref to show the latest activity across branches
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; |
