diff --git a/docs/changelog.rst b/docs/changelog.rst index 57af405b..7ff79b15 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,21 @@ Changelog ********* +master +====== + +New Features +------------- + +Fixes +----- + +* Fix small styling issues + +Other Changes +-------------- + + v0.3.1 ====== diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 9293dc16..66515431 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -282,12 +282,14 @@ margin-bottom: $base-line-height dt font-weight: bold + margin-bottom: $base-line-height / 2 // Most of the content within these dls are one liners, so I halve the normal margins. p, table, ul, ol margin-bottom: $base-line-height / 2 !important // rST seems to want dds to be treated as the browser would, indented. dd margin: 0 0 $base-line-height / 2 $base-line-height + line-height: $base-line-height // This is what Sphinx spits out for it's autodocs. Depending upon what language the person is referencing // these things usually have a class of "method" or "class" or something similar, but really who knows. // Sphinx doesn't give me a generic class on these, so unfortunately I have to apply it to the root dl.