diff options
author | crackcomm <crackcomm@gmail.com> | 2014-04-01 05:44:30 +0200 |
---|---|---|
committer | crackcomm <crackcomm@gmail.com> | 2014-04-01 05:44:30 +0200 |
commit | 5a07b5430eb7858d6bb4198a7ea874f3a91b346f (patch) | |
tree | 1de47ad7ff8d25d3c4ccf7d1db3107d14162f8ba /templates/admin/dashboard.tmpl | |
parent | 868d921f7bb30a3bd5c690b484722fc35c0d8211 (diff) | |
download | gitea-5a07b5430eb7858d6bb4198a7ea874f3a91b346f.tar.gz gitea-5a07b5430eb7858d6bb4198a7ea874f3a91b346f.zip |
.admin-dl-horizontal
Diffstat (limited to 'templates/admin/dashboard.tmpl')
-rw-r--r-- | templates/admin/dashboard.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index ef64e57916..31970f7ac4 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -19,7 +19,7 @@ </div> <div class="panel-body"> - <dl class="dl-horizontal"> + <dl class="dl-horizontal admin-dl-horizontal"> <dt>Server Uptime</dt> <dd>{{.SysStatus.Uptime}}</dd> |