diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-05-23 22:46:54 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-23 22:46:54 +0200 | 
| commit | bbcdc290c6c0b8121e57dbca4bd66c9e5e729959 (patch) | |
| tree | fb762f2153b60cc4f997095626af70baa16ce7b1 /cgit.c | |
| parent | Remove unused variable from ui-repolist.c:read_agefile() (diff) | |
| download | cgit-bbcdc290c6c0b8121e57dbca4bd66c9e5e729959.tar.gz cgit-bbcdc290c6c0b8121e57dbca4bd66c9e5e729959.tar.bz2 cgit-bbcdc290c6c0b8121e57dbca4bd66c9e5e729959.zip  | |
Add repo.readme parameter
This parameter can be used to specify a repo-specific includefile, which will
then be printed on the summary page for the repo.
If the parametervalue is a not an absolute path, it is taken to be relative
to repo.path.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | cgit.css | 14 | 
1 files changed, 6 insertions, 8 deletions
@@ -140,22 +140,20 @@ td#search input {  	background-color: #fff;  } -td#summary { +div#summary {  	vertical-align: top; -	padding-bottom: 1em; +	margin-bottom: 1em;  } -td#archivelist { -	padding-bottom: 1em; -} - -td#archivelist table { +table#downloads {  	float: right;  	border-collapse: collapse;  	border: solid 1px #777; +	margin-left: 0.5em; +	margin-bottom: 0.5em;  } -td#archivelist table th { +table#downloads th {  	background-color: #ccc;  }  |