diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-06-21 09:48:02 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-21 02:02:00 -0700 |
commit | 7a9b4c5fe3b8d291063c398ecb655281a60b2be7 (patch) | |
tree | ec69fac7ddbb5d2a4e5511df35b58036f5552b45 /gitweb/gitweb.css | |
parent | 1f1ab5f05b8e8b45545d8a406d64887f772a69da (diff) | |
download | git-7a9b4c5fe3b8d291063c398ecb655281a60b2be7.tar.gz git-7a9b4c5fe3b8d291063c398ecb655281a60b2be7.tar.xz |
gitweb: whitespace cleanup
Do not use tabs to align variable initialization (actually use
tabs only at the beginning of line, for code indent). Remove trailing
whitespace. Make whitespace usage more consistent.
Signed-off-by: Jakub Narebski <jnareb.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r-- | gitweb/gitweb.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index ac6a3c774..98410f5b6 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -1,7 +1,7 @@ body { font-family: sans-serif; font-size: 12px; - border:solid #d9d8d1; + border: solid #d9d8d1; border-width: 1px; margin: 10px; background-color: #ffffff; @@ -33,7 +33,7 @@ div.page_header a:hover { } div.page_nav { - padding:8px; + padding: 8px; } div.page_nav a:visited { |