1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app
Maximilian Bosch 06bf9efcfc
document/wysiwig: no margin for sublists
When having a list with sublists in a `markdown` section like this

  * top-level
  * another one
    * sub-elem 1
    * sub-elem 2

then documize will create a margin of 15px before and after the sublist
which is rather unintuitive as this will create the wrong impression
that these bullet-points have no relation to the parent one even though
this is the most common semantic reason for sublists.

This patch removes the margin at the top and bottom for those kinds of
sublists.
2020-10-31 21:47:23 +01:00
..
adapters moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
authenticators Linting 2019-08-15 17:15:39 +01:00
components Restrict pin sequence changing 2020-02-04 12:37:59 +00:00
constants Pinned documents 2020-02-03 21:00:35 +00:00
controllers moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
helpers Replaced underscore.js & is.js with lodash.js 2019-03-03 13:10:04 +00:00
initializers Replaced underscore.js & is.js with lodash.js 2019-03-03 13:10:04 +00:00
mixins Improve CAS documentation 2019-08-27 11:02:56 +01:00
models Pinned documents 2020-02-03 21:00:35 +00:00
pods Database and LDAP upgrades 2020-05-21 12:32:46 +01:00
routes fix lost auth token issue when refresh page 2019-08-13 22:10:08 +08:00
serializers Use default Ember object ID for permissions model 2018-04-26 12:03:23 +01:00
services Pinned documents 2020-02-03 21:00:35 +00:00
styles document/wysiwig: no margin for sublists 2020-10-31 21:47:23 +01:00
templates Restrict pin sequence changing 2020-02-04 12:37:59 +00:00
transforms moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
utils Upgrade UI framework to Ember v3.10.0 2019-05-16 12:49:27 +01:00
app.js upgraded Ember and integrated Bootstrap 4 2017-11-16 13:28:05 +00:00
index.html Accept activation key during setup process 2019-06-19 12:46:05 +01:00
resolver.js moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
router.js auth with cas 2019-08-09 13:44:03 +08:00