winjs/winstrap

Have OL/UL/DL lost their top margin?

Closed this issue · 1 comments

Sample text to reproduce, gives no margin:

        <p>As we have a ready to build HTML source, we would like to compile:</p>
        <ul>
            <li><em>a Windows/Linux desktop native windowed standalone app</em> (we need <strong>Node.js</strong>installed, <strong>electron-prebuilt</strong>, an optional <strong>electron-debug</strong> for development, <strong>electron-packager</strong> to create native desktop apps, <strong>electron-builder</strong>to create installers of your apps)</li>
            <li><em>an Android/Windows Phone mobile app</em> (we need a remote repo on <strong>GitHub</strong> with HTML source in <code>www</code> folder, and <strong>build.phonegap.com</strong>—on-line mobile apps builder)</li>
        </ul>

Tested that with Bootstrap 3.3.4 as well, and the margin exists.

See here the effect:
https://englishextra.github.io/libs/englishextra-app/index.html

UPD Which in my case is now overridden with

.container p+dl,.container p+ul,.container h2+ul {margin-top: 23px;}

Thanks.

Added the styles in #137.