summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-06-21 07:48:02 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-06-21 09:02:00 (GMT)
commit7a9b4c5fe3b8d291063c398ecb655281a60b2be7 (patch)
treeec69fac7ddbb5d2a4e5511df35b58036f5552b45 /gitweb/gitweb.css
parent1f1ab5f05b8e8b45545d8a406d64887f772a69da (diff)
downloadgit-7a9b4c5fe3b8d291063c398ecb655281a60b2be7.zip
git-7a9b4c5fe3b8d291063c398ecb655281a60b2be7.tar.gz
git-7a9b4c5fe3b8d291063c398ecb655281a60b2be7.tar.bz2
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.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index ac6a3c7..98410f5 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 {