Spaces:
Runtime error
Runtime error
Update CSS and video.
Browse files
assets/DominatingSetAnimation.mp4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b4f64a0f3d3e4a662214dfda8b1cf3a13dffbc7a2698a70e6bef15b0bddd3f6
|
| 3 |
+
size 10836895
|
src/display/css_html_js.py
CHANGED
|
@@ -33,7 +33,6 @@ custom_css = """
|
|
| 33 |
.f1-figcaption-video { margin-top: 6px; } /* a bit tighter under the video */
|
| 34 |
|
| 35 |
/* Problem name β force center from first render; code bg color #f9fafb */
|
| 36 |
-
.f1-problem-markdown > *,
|
| 37 |
#f1-examples .f1-problem-markdown .markdown p { text-align: center !important; margin: 0 0 8px 0; }
|
| 38 |
.f1-problem-markdown p code,
|
| 39 |
#f1-examples .f1-problem-markdown .markdown p code {
|
|
|
|
| 33 |
.f1-figcaption-video { margin-top: 6px; } /* a bit tighter under the video */
|
| 34 |
|
| 35 |
/* Problem name β force center from first render; code bg color #f9fafb */
|
|
|
|
| 36 |
#f1-examples .f1-problem-markdown .markdown p { text-align: center !important; margin: 0 0 8px 0; }
|
| 37 |
.f1-problem-markdown p code,
|
| 38 |
#f1-examples .f1-problem-markdown .markdown p code {
|