The default reset in bootstrap seems to remove the indenting on dd items. Rather than possible breakage of these in other places, this adds an override to indent these by 2em in the readme class only.
fixes:#946
rebased
I'll merge this after #952 if you don't mind :)
(I'll take care of the rebase as well)
:thumbsup:
Pull-Request has been merged by pingou
The default reset in bootstrap seems to remove the
indenting on dd items. Rather than possible breakage
of these in other places, this adds an override to
indent these by 2em in the readme class only.
fixes:#946