Skip to content

Commit a71d824

Browse files
committed
rtd_theme_overrides.css: attempting to fix line-block indenting on the RTD site, the RTD site is not following latest (v0.3.0) sphinx_rtd_theme standards (??)
1 parent 63a620a commit a71d824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_static/rtd_theme_overrides.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
- the RTD theme behaves correctly locally but not on the RTD site
3131
- this override is to fix behavior of the RTD side
3232
*/
33-
.line-block {
33+
.rst-content .line-block {
3434
margin-left: 0px
3535
}
36-
.line-block .line-block {
36+
.rst-content .line-block .line-block {
3737
margin-left: $base-line-height
3838
}
3939

0 commit comments

Comments
 (0)