aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-28 12:42:16 -0500
committerUnknwon <u@gogs.io>2017-02-28 12:42:16 -0500
commitdd649eb4cc8dc6f1edc7168607bddb9dd6dde0be (patch)
treea87fc48478060fd061ad05599141871bdd4befed /public/less
parentd43f5f17fd1e07230ade010116acabdc2dde27b6 (diff)
admin: fix template error
Also a try to display key-value pairs in table.
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_admin.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less
index eab7b15e..24f13ba5 100644
--- a/public/less/_admin.less
+++ b/public/less/_admin.less
@@ -62,5 +62,12 @@
#test-mail-btn {
margin-left: 5px;
}
+ table tbody tr td:first-child {
+ font-weight: bold;
+ }
+ pre {
+ background-color: #f7f7f7;
+ padding: 5px;
+ }
}
}