mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 18:14:48 +02:00
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>
This commit is contained in:
parent
25da3f7625
commit
bbcdc290c6
5 changed files with 23 additions and 15 deletions
14
cgit.css
14
cgit.css
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue