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:
authortauriedavis <taurie@gitlab.com>2016-10-14 23:55:10 +0300
committertauriedavis <taurie@gitlab.com>2016-10-17 20:34:30 +0300
commit501d1485edf321d9af242af4721dec604b8dfbcc (patch)
tree3c7230fdd253d37672703673656f79d051456c68 /app/assets/stylesheets/pages/detail_page.scss
parent11485c5acc9247e417838879a31af014972b999c (diff)
Apply better hierarchy to markdown headers and issue/mr titles
Diffstat (limited to 'app/assets/stylesheets/pages/detail_page.scss')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 4d9c73c6840..7aa156bc47a 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -20,9 +20,11 @@
.detail-page-description {
.title {
- margin: 0;
- font-size: 23px;
+ margin: 0 0 16px;
+ font-size: 2em;
color: $gl-gray-dark;
+ padding: 0 0 0.3em;
+ border-bottom: 1px solid #e7e9ed;
}
.description {