all repos — elgit @ 0e6eaa211357cd5b9de1762b1cb49e47d35580dc

fork of legit: web frontend for git, written in go

css: single column index on small screens

commit

0e6eaa211357cd5b9de1762b1cb49e47d35580dc

parent

d0d636aa89bf194185abf01e05b190386d0e8b23

1 file changed, 1 insertion(+), 6 deletions(-)

changed files
M templates/index.htmltemplates/index.html
@@ -12,14 +12,9 @@ <h2>{{ .meta.Description }}</h2>
</header> <body> <main> - <div class="index-headings small-heading"> - <div>repository</div> - <div>description</div> - <div>idle</div> - </div> <div class="index"> {{ range .info }} - <div><a href="/{{ .Name }}">{{ .Name }}</a></div> + <div class="index-name"><a href="/{{ .Name }}">{{ .Name }}</a></div> <div class="desc">{{ .Desc }}</div> <div>{{ .Idle }}</div> {{ end }}