diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-15 11:24:13 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-15 11:24:13 -0500 |
commit | e9215534d3f775078715c4b5af8de0e04c79d942 (patch) | |
tree | c5f7fcddfc9617cf1c88940fedf025d16c9dbd47 /youtube/templates/watch.html | |
parent | 7a765dc664d20f966e4e52abac1f5372045e166c (diff) | |
download | yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.tar.lz yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.tar.xz yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.zip |
Migration general theme: fix missing message-box style
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 44fc5a7..8a23cc4 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -3,7 +3,8 @@ {% import "common_elements.html" as common_elements %} {% import "comments.html" as comments with context %} {% block style %} - <link href="/youtube.com/static/watch.css" rel="stylesheet"> + <link href="/youtube.com/static/message_box.css" rel="stylesheet"/> + <link href="/youtube.com/static/watch.css" rel="stylesheet"/> {% endblock style %} {% block main %} |