Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-28 04:58:08 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-02-03 01:46:55 +0300
commitbf181c614abd57f3b40db1b080a143559800766f (patch)
tree51f76d75ae85d2b17443a7f9ba4b9d346f712fea /app/assets/stylesheets/pages/milestone.scss
parent4dff27eca50339b799b26338543648953760f1b8 (diff)
Remove gray background from detail.
Diffstat (limited to 'app/assets/stylesheets/pages/milestone.scss')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index 88fb70b07bf..4226d532e34 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -62,3 +62,8 @@ li.milestone {
}
}
}
+
+.milestone-detail {
+ border-bottom: 1px solid $border-color;
+ padding: 20px 0;
+}