diff --git a/config/examples/strapless.html b/config/examples/strapless.html index 3417c38d8f..00ee8e7a1d 100644 --- a/config/examples/strapless.html +++ b/config/examples/strapless.html @@ -26,13 +26,13 @@
+

{{ title }}

{{{ contents }}}
-

{{ title }}

{{ shortdesc }}

{{ md docs }}
diff --git a/examples/resources/layout.css b/examples/resources/layout.css index be6fa8c332..3c6151a299 100644 --- a/examples/resources/layout.css +++ b/examples/resources/layout.css @@ -27,6 +27,10 @@ body { display: inline-block; } +#title { + margin-top: 0; +} + ul.inline, ol.inline { margin-left: 0;