Browse Source

修复index.css

tags/v1.21.12.1
OpenIhu 4 years ago
parent
commit
e31630c9e1
2 changed files with 6 additions and 7 deletions
  1. +0
    -7
      custom/public/css/index.css
  2. +6
    -0
      templates/repo/home.tmpl

+ 0
- 7
custom/public/css/index.css View File

@@ -1,7 +0,0 @@
.repository.file.list #repo-desc {
font-size: 1.0em;
margin-bottom: 1.0rem;
}
.repository.file.list #repo-desc p{
margin-bottom: 1.0rem;
}

+ 6
- 0
templates/repo/home.tmpl View File

@@ -1,4 +1,10 @@
{{template "base/head" .}}
<style>
.repository.file.list #repo-desc {
font-size: 1.0em;
margin-bottom: 1.0rem;
}
</style>
<div class="repository file list">
{{template "repo/header" .}}
<div class="ui container">


Loading…
Cancel
Save