diff --git a/docs/_sass/overview.scss b/docs/_sass/overview.scss index 0053d111bf8..1861eb8cf54 100644 --- a/docs/_sass/overview.scss +++ b/docs/_sass/overview.scss @@ -31,7 +31,7 @@ div.overview { h2[id]:before, h4[id]:before, h5[id]:before { - display: block; + display: inline-block; content: " "; visibility: hidden; } @@ -83,4 +83,4 @@ a:hover, a > strong:hover { .image-right { float: right; padding-right: 10px; -} +} \ No newline at end of file