diff --git a/test/site/themes/bare_min/layouts/_default/baseof.html b/test/site/themes/bare_min/layouts/_default/baseof.html index 326e121..80f44b5 100644 --- a/test/site/themes/bare_min/layouts/_default/baseof.html +++ b/test/site/themes/bare_min/layouts/_default/baseof.html @@ -71,6 +71,27 @@ font-style: italic; text-align: center; } + /* Better Description Lists */ + /* https://gist.github.com/dmyates/8f0c8ed354a10ea32ffbcf2a363a77dd#file-recommended-css */ + dl { + width: 100%; + overflow: hidden; + padding: 0; + margin: 0 + } + dt { + float: left; + width: 20%; + padding-right: 0.75em; + margin: 0.5em 0 0.5em 0; + font-weight: bold; + } + dd { + float: left; + width: 75%; + padding: 0; + margin: 0.5em 0 0.5em 0; + } {{ block "head" . }}{{ end }}