[Frontend] Removed bullets from ol, ul

open #869
- This should be cherry-picked into main
branches as well.
This commit is contained in:
Charles Hacskaylo 2016-04-29 10:50:24 -07:00
parent 5202232f7a
commit 4c97413763

View File

@ -84,7 +84,11 @@ p {
margin-bottom: $interiorMarginLg;
}
ol, ul { padding-left: 0; }
ol, ul {
list-style: none;
margin: 0;
padding-left: 0;
}
mct-container {
display: block;