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-28 19:07:22 -0500
commit83659487fbade95123e1d6e097a8c0a0a950b714 (patch)
treec9156c02fd76677c4e179480c00d300e3a282b05
parent7d0e63faffcbb818e686cb3d2dd1aefdbb957d4a (diff)
downloadgitlab-ce-fix-double-line-issuable-page-2.tar.gz
Remove bottom border from issuable titlefix-double-line-issuable-page-2
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 9b28df1afc5..8c9c472d171 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;
+ margin: 0;
font-size: 2em;
color: $gl-gray-dark;
- padding: 0 0 0.3em;
- border-bottom: 1px solid $white-dark;
+ padding: 0;
}
.description {