Merge "Follow-up d47f0bd3: only capitalize the first letter of date titles on Special:Notifications"

This commit is contained in:
jenkins-bot 2016-07-22 23:53:21 +00:00 committed by Gerrit Code Review
commit 53f39017f0

View file

@ -12,7 +12,10 @@
&-primary {
font-size: 1.5em;
margin-right: 0.5em;
text-transform: capitalize;
display: inline-block;
&::first-letter {
text-transform: uppercase;
}
}
&-secondary {