Remove top margin for issue/mr title

This commit is contained in:
Dmitriy Zaporozhets 2015-02-16 10:14:07 -08:00
parent ec5622b1a4
commit b0a9dbdfb1
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}