adjusted css style of cambridge.

This commit is contained in:
St.Huang 2018-07-28 09:23:25 +08:00
parent 6a8bc75c07
commit d0902d99ac

View File

@ -21,4 +21,26 @@ b.def {
font-style: italic;
display: block;
margin: 0
}
}
li {
display: list-item;
list-style: none;
text-align: -webkit-match-parent;
}
menu, ol, ul {
padding: 0;
list-style: none;
list-style-position: outside;
}
ol {
display: block;
list-style: none;
list-style-type: decimal;
}
dl, menu, ol, ul, dd, p {
margin: 0;
}