doc: Simplify

This commit is contained in:
Hajime Hoshi 2016-08-27 04:40:55 +09:00
parent da30ee0e60
commit ea579ab2cc
4 changed files with 15 additions and 31 deletions

View File

@ -7,8 +7,7 @@
* A simple SNES-like 2D game library in Go
* Works on
* [Web browsers](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
* Supported browsers: Chrome and Firefox on desktops
* [Web browsers (Chrome and Firefox on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
* [Mac OS X](https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X)
* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux)

View File

@ -29,20 +29,12 @@
<p class="lead">A simple SNES-like 2D game library in Go</p>
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
<ul>
<li>Works on
<ul>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)
<ul>
<li>Supported browsers: Chrome and Firefox on desktops</li>
</ul>
</li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
</ul>
</li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers (Chrome and Firefox on desktops)</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)</li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
</ul>
<h2 id="features">Features</h2>

View File

@ -29,20 +29,12 @@
<p class="lead">A simple SNES-like 2D game library in Go</p>
<p>Stable version: v1.4.0-alpha / Development version: v1.4.0-alpha</p>
<ul>
<li>Works on
<ul>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)
<ul>
<li>Supported browsers: Chrome and Firefox on desktops</li>
</ul>
</li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
</ul>
</li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers (Chrome and Firefox on desktops)</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)</li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
</ul>
<h2 id="features">Features</h2>

View File

@ -1,10 +1,11 @@
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900';
body {
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
}
h1 small {
header h1 small {
position: relative;
top: -0.1em;
}