mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 07:26:34 +02:00
admin: fix template error
Also a try to display key-value pairs in table.
This commit is contained in:
@@ -3019,6 +3019,13 @@ footer .ui.language .menu {
|
||||
.admin.config #test-mail-btn {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.admin.config table tbody tr td:first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
.admin.config pre {
|
||||
background-color: #f7f7f7;
|
||||
padding: 5px;
|
||||
}
|
||||
.explore {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 80px;
|
||||
|
||||
Reference in New Issue
Block a user