summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-16 10:14:07 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-16 10:14:07 -0800
commitb0a9dbdfb132412837f4ca10cee1406560cb2b08 (patch)
tree82d7767baa97e91f21c221c78ed5b962d4b254c8
parentec5622b1a45c9cdce86d1a44aa3a4be6f4eb71bc (diff)
downloadgitlab-ce-b0a9dbdfb132412837f4ca10cee1406560cb2b08.tar.gz
Remove top margin for issue/mr title
-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
+}