diff --git a/src/fastwq/service/static/_cambridge.css b/src/fastwq/service/static/_cambridge.css index 924cf61..c7db1e6 100644 --- a/src/fastwq/service/static/_cambridge.css +++ b/src/fastwq/service/static/_cambridge.css @@ -21,4 +21,26 @@ b.def { font-style: italic; display: block; margin: 0 -} \ No newline at end of file +} + +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; +}