summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2015-10-14 01:05:32 +0200
committerAntoine GIRARD <sapk@users.noreply.github.com>2015-10-14 01:05:32 +0200
commit4dd731cb53283417c8f6ca605f0b0c95ca384a5e (patch)
treed54f47da34de89b3c71cc79159cc4d112088e94c /public
parentae0fadeb0ea593d1f341b824dc1d46ae2f8e8b2e (diff)
downloadgitea-4dd731cb53283417c8f6ca605f0b0c95ca384a5e.tar.gz
gitea-4dd731cb53283417c8f6ca605f0b0c95ca384a5e.zip
Fix indent .less
Diffstat (limited to 'public')
-rw-r--r--public/less/_admin.less8
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
+}