1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-28 10:48:46 +00:00

Transform buttons to title case

This commit is contained in:
Mark McDowall 2015-05-08 07:50:46 -07:00
parent b73413f189
commit 95bd82778f

View file

@ -72,3 +72,7 @@
border-radius:6px 0 6px 6px;
}
}
.btn {
text-transform: capitalize;
}