From 28da095d3719981937bd3905025f20e3fd24c6d3 2013-11-05 18:39:01 From: Thomas Kluyver Date: 2013-11-05 18:39:01 Subject: [PATCH] CSS tweaks to make definition lists look nicer --- diff --git a/docs/source/_static/default.css b/docs/source/_static/default.css index ea605da..f0baf4b 100644 --- a/docs/source/_static/default.css +++ b/docs/source/_static/default.css @@ -120,6 +120,11 @@ dd { color: #060; } +dt { + font-weight: bold; + padding-left: 0.5em; +} + dt:target, .highlight { background-color: #fbe54e;