mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 18:52:44 +01:00
doc: Remove Japanese words
This commit is contained in:
parent
b38e7a8f4c
commit
69dafff704
@ -25,7 +25,7 @@
|
|||||||
</div></header>
|
</div></header>
|
||||||
|
|
||||||
<main><div class="container">
|
<main><div class="container">
|
||||||
<h1>Ebiten <small>(海老天)</small></h1>
|
<h1>Ebiten</h1>
|
||||||
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
||||||
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
|
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</div></header>
|
</div></header>
|
||||||
|
|
||||||
<main><div class="container">
|
<main><div class="container">
|
||||||
<h1>Ebiten <small>(海老天)</small></h1>
|
<h1>Ebiten</h1>
|
||||||
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
||||||
<p>Stable version: v1.3.0 / Development version: v1.4.0-alpha</p>
|
<p>Stable version: v1.3.0 / Development version: v1.4.0-alpha</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -9,11 +9,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 small {
|
|
||||||
position: relative;
|
|
||||||
top: -0.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.example {
|
img.example {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user