BCcampus / pressbooks-textbook

A plugin that extends Pressbooks for textbook authoring
GNU General Public License v2.0
25 stars 13 forks source link

Feature Request - list column wrap #174

Open pbstudent opened 6 years ago

pbstudent commented 6 years ago

Description

Create bulleted lists wrapping into two columns for all web browsers.

Expected behaviour

Two or more columns based on presets.

Actual behaviour

N/A

Steps to reproduce the problem

reference: https://stackoverflow.com/questions/6509106/is-there-a-way-to-break-a-list-into-columns# ul { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px; }

ul ul { -moz-column-count: 1; -moz-column-gap: 20px; -webkit-column-count: 1; -webkit-column-gap: 20px; column-count: 1; column-gap: 20px; } Produces: screenshot_2018-07-12 core competency 7 analyze critically the impact of cross-cultural transitions and social injustices o 3

Bulleted lists only works in FireFox.

System Information