Merge pull request #873 from nasa/open871

Review and integrate open871
This commit is contained in:
Andrew Henry 2016-05-03 14:20:56 -07:00
commit 01f290dc45

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;