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>
This commit is contained in:
Jakub Narebski 2006-06-21 09:48:02 +02:00 committed by Junio C Hamano
parent 1f1ab5f05b
commit 7a9b4c5fe3
2 changed files with 21 additions and 21 deletions

View File

@ -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 {