Skip to content

Commit 049b429

Browse files
committed
Revert "Fix video alignment after dependency update"
This reverts commit 0e87849.
1 parent 46b5689 commit 049b429

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

_static/css/custom.css

-8
Original file line numberDiff line numberDiff 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-
}

contributing/documentation/docs_image_guidelines.rst

-1
Original file line numberDiff line numberDiff 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

247246
Where ``documentation_video.webp`` would be changed to the name of the video you
248247
created. Name your videos in a way that makes their meaning clear, possibly with

tutorials/2d/2d_parallax.rst

-1
Original file line numberDiff line numberDiff 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

5958
Infinite repeat
6059
---------------

tutorials/3d/csg_tools.rst

-1
Original file line numberDiff line numberDiff 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

tutorials/3d/spring_arm.rst

-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)