diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html
index da90fd740..b7b8afc1f 100644
--- a/_docs/index.tmpl.html
+++ b/_docs/index.tmpl.html
@@ -56,7 +56,7 @@
{{range .Examples -}}
-
+
{{- end}}
diff --git a/_docs/public/index.html b/_docs/public/index.html
index 46a3053f6..0f2167b92 100644
--- a/_docs/public/index.html
+++ b/_docs/public/index.html
@@ -55,37 +55,37 @@
Examples
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/_docs/public/stylesheets/ebiten.css b/_docs/public/stylesheets/ebiten.css
index 998865837..c2e2d51df 100644
--- a/_docs/public/stylesheets/ebiten.css
+++ b/_docs/public/stylesheets/ebiten.css
@@ -4,6 +4,11 @@ body {
font-family: 'Roboto', sans-serif;
}
+h1 small {
+ position: relative;
+ top: -0.1em;
+}
+
img.example {
background-color: #000;
}
@@ -24,4 +29,9 @@ footer {
footer a {
color: #fff !important;
-}
\ No newline at end of file
+}
+
+iframe {
+ border-width: 0;
+ box-sizing: content-box;
+}