diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-06-21 02:33:43 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-06-21 02:33:43 -0700 |
| commit | 48401221b349696357b35e02ff3e2c3d3c89d306 (patch) | |
| tree | beb4ebec8171046b6c428d07d7b640cbaff147e5 /gitweb/gitweb.css | |
| parent | Merge branch 'master' into next (diff) | |
| parent | Move $gitbin earlier in gitweb.cgi (diff) | |
| download | git-48401221b349696357b35e02ff3e2c3d3c89d306.tar.gz git-48401221b349696357b35e02ff3e2c3d3c89d306.zip | |
Merge branch 'jn/web' into next
* jn/web:
Move $gitbin earlier in gitweb.cgi
Add git version to gitweb output
gitweb: whitespace cleanup
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 ac6a3c774d..98410f5b6c 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 { |
