Skip to content

Commit

Permalink
Fix the video element style
Browse files Browse the repository at this point in the history
docs/default.css
docs/index.html
docs/index.md
  • Loading branch information
ShikiOkasaka committed May 17, 2024
1 parent f167059 commit ab03de8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ h5 {
h6 {
font-size: 12pt;
}
img {
img, video {
border-style: none;
max-width: 100%;
margin-top: 1em;
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<main>
<h1>はじめに</h1>
<p>&#x3000;「ふりがなパッド」は、ふりがなをうった<ruby>文章<rp>(</rp><rt>ぶんしょう</rt><rp>)</rp></ruby>をかんたんにつくれるテキスト エディターです。「<a href="https://github.com/esrille/ibus-hiragana">ひらがなIME</a>」といっしょにつかうと、<ruby>入力<rp>(</rp><rt>にゅうりょく</rt><rp>)</rp></ruby>した<ruby>漢字<rp>(</rp><rt>かんじ</rt><rp>)</rp></ruby><ruby>自動的<rp>(</rp><rt>じどうてき</rt><rp>)</rp></ruby>にふりがなをふっていきます。</p>
<p><br></p>
<video controls autoplay muted playsinline>
<source src='screenshot.webm' type='video/webm'>
スクリーン ショット
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
 「ふりがなパッド」は、ふりがなをうった文章ぶんしょうをかんたんにつくれるテキスト エディターです。
[ひらがなIME](https://github.com/esrille/ibus-hiragana)」といっしょにつかうと、入力にゅうりょくした漢字かんじに自動的じどうてきにふりがなをふっていきます。

<br>
<video controls autoplay muted playsinline>
<source src='screenshot.webm' type='video/webm'>
スクリーン ショット
Expand Down

0 comments on commit ab03de8

Please sign in to comment.