diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-11-19 14:16:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-20 13:16:15 -0800 |
commit | 591ebf6595ac7d5e5a21abbfc7501df19a67dc89 (patch) | |
tree | 3766d28886d745c50eb386868a8197fd75f8069f /gitweb/gitweb.css | |
parent | send-email: Don't add To: recipients to the Cc: header (diff) | |
download | tgif-591ebf6595ac7d5e5a21abbfc7501df19a67dc89.tar.xz |
gitweb: Style all tables using CSS
Remove all cellspacing="0" attributes from tables in gitweb,
replacing it by CSS rule. Add CSS classes for all tables.
While at it, change class(es) of table for commit message and commit
authorship search from "grep" to "commit_search"; similarly,
"grep_search" class is now used for table with results of grep (files)
search.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r-- | gitweb/gitweb.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 1b8887987f..17c60e4cb4 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -170,14 +170,10 @@ a.text:hover { table { padding: 8px 4px; -} - -table.project_list { border-spacing: 0; } table.diff_tree { - border-spacing: 0; font-family: monospace; } |