diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2015-10-14 01:05:32 +0200 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2015-10-14 01:05:32 +0200 |
commit | 4dd731cb53283417c8f6ca605f0b0c95ca384a5e (patch) | |
tree | d54f47da34de89b3c71cc79159cc4d112088e94c /public | |
parent | ae0fadeb0ea593d1f341b824dc1d46ae2f8e8b2e (diff) | |
download | gitea-4dd731cb53283417c8f6ca605f0b0c95ca384a5e.tar.gz gitea-4dd731cb53283417c8f6ca605f0b0c95ca384a5e.zip |
Fix indent .less
Diffstat (limited to 'public')
-rw-r--r-- | public/less/_admin.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index 9cd7c7c331..40fefd32ee 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -31,14 +31,14 @@ } .admin-table{ .table{ - width: 100%; + width: 100%; } } dl.admin-dl-horizontal { padding: 20px; - margin: 0; + margin: 0; dd{ - margin-left: 240px; + margin-left: 240px; } dt { font-weight: bolder; @@ -50,4 +50,4 @@ white-space: nowrap; } } -}
\ No newline at end of file +} |