diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-11-11 13:17:13 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-11-11 13:17:13 +0100 | 
| commit | a7cf406c802394460cb14c79f3f43582d1428a45 (patch) | |
| tree | 71f3069c782698ae2972459258d551055f502c4f /cgit.c | |
| parent | Merge branch 'stable' (diff) | |
| parent | Set commit date on snapshot contents (diff) | |
| download | cgit-a7cf406c802394460cb14c79f3f43582d1428a45.tar.gz cgit-a7cf406c802394460cb14c79f3f43582d1428a45.tar.bz2 cgit-a7cf406c802394460cb14c79f3f43582d1428a45.zip  | |
Merge branch 'lh/testsuite'
* lh/testsuite:
  Set commit date on snapshot contents
  Fix html error detected by test-suite
  Create initial testsuite
Diffstat (limited to '')
| -rw-r--r-- | cgit.css | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -111,7 +111,11 @@ div#sidebar div.infobox {  div#sidebar div.infobox h1 {  	font-size: 10pt;  	font-weight: bold; -	margin: 0px; +	margin: 8px 0px 0px 0px; +} + +div#sidebar div.infobox h1.first { +	margin-top: 0px;  }  div#sidebar div.infobox a.menu {  |