Merge pull request #15460 from edx/ibrahimahmed443/WL-1088

Do not capitalize words in start button
This commit is contained in:
Ibrahim Ahmed
2017-07-04 15:53:49 +05:00
committed by GitHub

View File

@@ -686,6 +686,7 @@
.btn-start {
color: #ffffff !important;
text-transform: none;
}
}
}