summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-22 14:25:11 -0500
committerAlfredo Sumaran <a.sumaran@gmail.com>2016-12-29 22:28:15 -0500
commitc65b68a8a9d27e58550ecb4e1f25439d367255ed (patch)
tree1a59ef95e778a75470b4db5877f50cfa530a5378
parentf9a49d0999de0cd81accd08abc2248f9c0fa56c9 (diff)
downloadgitlab-ce-fix-double-line-issuable-page-3.tar.gz
Remove bottom border from issuable titlefix-double-line-issuable-page-3
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 9b28df1afc5..8f36bd3805d 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -20,11 +20,10 @@
.detail-page-description {
.title {
- margin: 0 0 16px;
- font-size: 2em;
color: $gl-gray-dark;
- padding: 0 0 0.3em;
- border-bottom: 1px solid $white-dark;
+ font-size: 2em;
+ padding: 0;
+ margin: 0;
}
.description {