Skip to content

Commit 63a620a

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 378f1b8 commit 63a620a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/_static/rtd_theme_overrides.css

+11
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
margin-bottom: 0px
2727
}
2828

29+
/* Override RTD theme margin-left indent
30+
- the RTD theme behaves correctly locally but not on the RTD site
31+
- this override is to fix behavior of the RTD side
32+
*/
33+
.line-block {
34+
margin-left: 0px
35+
}
36+
.line-block .line-block {
37+
margin-left: $base-line-height
38+
}
39+
2940
/*
3041
.rst-content table td > ul {
3142
margin-bottom: 0px;

0 commit comments

Comments
 (0)