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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-02-17 01:16:35 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-02-17 01:16:35 +0300
commit9a575522d542fad0adbc2a17e60ce830f510a932 (patch)
treeab7c650883f2cec3a5fe0f827b4626d1cb2d6e02 /app
parente38f50f0ed8ca069be527a37371a00b9570cbe98 (diff)
parentb0a9dbdfb132412837f4ca10cee1406560cb2b08 (diff)
Merge branch 'issue-title-css' into 'master'
Remove top margin for issue/mr title See merge request !1529
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/typography.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 58243bc5ba2..c547ebb3aaf 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -17,6 +17,10 @@ h3.page-title {
font-size: 22px;
}
+h4.page-title {
+ margin-top: 0px;
+}
+
h6 {
color: #888;
text-transform: uppercase;
@@ -131,4 +135,4 @@ textarea.js-gfm-input {
.strikethrough {
text-decoration: line-through;
-} \ No newline at end of file
+}