diff options
author | Gitea <gitea@fake.local> | 2020-11-14 22:47:46 -0600 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2020-11-14 22:47:46 -0600 |
commit | 642691e6893162a496cbd9ddf890267580647c95 (patch) | |
tree | 186dc3f1793ab4f9e87ce214148f14c1d45b3b9f /static | |
parent | cbb0657cfacf5f745d6da3ef80b2dd9d1d8d502e (diff) |
Add info page and footer info
Diffstat (limited to 'static')
-rw-r--r-- | static/gitweb.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gitweb.css b/static/gitweb.css index 4fd4542..c2058a2 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -160,7 +160,7 @@ td, th { bottom: 0; width: 100%; height: 80px; - line-height: 80px; + line-height: 40px; margin-top: 15px; background: #f1f1f1; border-top: 2px solid #ddd; |