Merge "Do not center align h2s in footer"

This commit is contained in:
jenkins-bot 2017-11-13 19:04:14 +00:00 committed by Gerrit Code Review
commit 4d17797186
1 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,12 @@
h2 {
// Important given we have no idea which rules special pages are enforcing
font-family: @fontFamily !important;
text-align: center;
}
.content-header {
h1,
h2 {
text-align: center;
}
}
}