doc: Remove Japanese words

This commit is contained in:
Hajime Hoshi 2016-08-27 05:33:27 +09:00
parent b38e7a8f4c
commit 69dafff704
3 changed files with 2 additions and 7 deletions

View File

@ -25,7 +25,7 @@
</div></header>
<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>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
<ul>

View File

@ -25,7 +25,7 @@
</div></header>
<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>Stable version: v1.3.0 / Development version: v1.4.0-alpha</p>
<ul>

View File

@ -9,11 +9,6 @@ h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
header h1 small {
position: relative;
top: -0.1em;
}
img.example {
background-color: #000;
}