소스 검색

Merge pull request #10610 from tetrapod00/revert-10566

Revert "Fix video alignment after dependency update"
tetrapod 5 달 전
부모
커밋
adeaa6d0ce
5개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 8
      _static/css/custom.css
  2. 0 1
      contributing/documentation/docs_image_guidelines.rst
  3. 0 1
      tutorials/2d/2d_parallax.rst
  4. 0 1
      tutorials/3d/csg_tools.rst
  5. 0 1
      tutorials/3d/spring_arm.rst

+ 0 - 8
_static/css/custom.css

@@ -1844,11 +1844,3 @@ p + .classref-constant {
 #godot-giscus {
 #godot-giscus {
     margin-bottom: 1em;
     margin-bottom: 1em;
 }
 }
-
-/** Center videos embedded using the sphinxcontrib-video plugin.
- * That plugin makes assumptions about `align-center` and `align-left` that our
- * theme does not follow, so we set the `align-default` class instead to avoid
- * collisions and have full control of how videos are aligned. */
-.align-default {
-    text-align: center
-}

+ 0 - 1
contributing/documentation/docs_image_guidelines.rst

@@ -242,7 +242,6 @@ videos should be included with the following code snippet::
        :autoplay:
        :autoplay:
        :loop:
        :loop:
        :muted:
        :muted:
-       :align: default
 
 
 Where ``documentation_video.webp`` would be changed to the name of the video you
 Where ``documentation_video.webp`` would be changed to the name of the video you
 created. Name your videos in a way that makes their meaning clear, possibly with
 created. Name your videos in a way that makes their meaning clear, possibly with

+ 0 - 1
tutorials/2d/2d_parallax.rst

@@ -54,7 +54,6 @@ The video below displays how these values affect scrolling while in-game:
    :autoplay:
    :autoplay:
    :loop:
    :loop:
    :muted:
    :muted:
-   :align: default
 
 
 Infinite repeat
 Infinite repeat
 ---------------
 ---------------

+ 0 - 1
tutorials/3d/csg_tools.rst

@@ -27,7 +27,6 @@ Interior environments can be created by using inverted primitives.
    :autoplay:
    :autoplay:
    :loop:
    :loop:
    :muted:
    :muted:
-   :align: default
 
 
 .. seealso::
 .. seealso::
 
 

+ 0 - 1
tutorials/3d/spring_arm.rst

@@ -121,4 +121,3 @@ Run the game and notice that mouse movement now rotates the camera around the ch
    :autoplay:
    :autoplay:
    :loop:
    :loop:
    :muted:
    :muted:
-   :align: default