File tree Expand file tree Collapse file tree 5 files changed +0
-12
lines changed
contributing/documentation Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1844,11 +1844,3 @@ p + .classref-constant {
18441844# godot-giscus {
18451845 margin-bottom : 1em ;
18461846}
1847-
1848- /** Center videos embedded using the sphinxcontrib-video plugin.
1849- * That plugin makes assumptions about `align-center` and `align-left` that our
1850- * theme does not follow, so we set the `align-default` class instead to avoid
1851- * collisions and have full control of how videos are aligned. */
1852- .align-default {
1853- text-align : center
1854- }
Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ videos should be included with the following code snippet::
242242 :autoplay:
243243 :loop:
244244 :muted:
245- :align: default
246245
247246Where ``documentation_video.webp `` would be changed to the name of the video you
248247created. Name your videos in a way that makes their meaning clear, possibly with
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ The video below displays how these values affect scrolling while in-game:
5454 :autoplay:
5555 :loop:
5656 :muted:
57- :align: default
5857
5958Infinite repeat
6059---------------
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Interior environments can be created by using inverted primitives.
2727 :autoplay:
2828 :loop:
2929 :muted:
30- :align: default
3130
3231.. seealso ::
3332
Original file line number Diff line number Diff line change @@ -121,4 +121,3 @@ Run the game and notice that mouse movement now rotates the camera around the ch
121121 :autoplay:
122122 :loop:
123123 :muted:
124- :align: default
You can’t perform that action at this time.
0 commit comments