wikijs-fork/client/themes/default
Noel Cower d407312caa fix: list item formatting for lists with paragraphs (#1283)
This removes the fancy tick-mark next to unordered list items, which is
a little depressing, but fixes formatting for them when they contain
paragraphs (`<p>` elements). The tick-mark has been replaced with
a square mark. Both ordered and unordered lists have grown 1rem of left
padding to compensate for their position.

Considered using disclosure-closed as a similar triangle replacement,
but it's not regarded as something that should be used in production
(per MDN). Using a simple string is unsupported because it's only in
a CSS working draft, so a square is the least controversial option,
I think.

Closes #1282.
2019-12-16 00:55:32 -05:00
..
components feat: api docs editor (wip) + deps update 2019-12-01 22:45:37 -05:00
js feat: themes foundation + editors load improvements 2018-08-09 00:07:15 -04:00
scss fix: list item formatting for lists with paragraphs (#1283) 2019-12-16 00:55:32 -05:00
theme.yml feat: api docs editor (wip) + deps update 2019-12-01 22:45:37 -05:00
thumbnail.png fix: restore crlf for static files 2019-08-04 16:04:42 -04:00