From 687b1c1f1fae81d847bd5a098920bf2d8a75133e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 16 Feb 2016 01:27:43 +0900 Subject: [PATCH] doc: Crisp-edged screenshots --- _docs/index.tmpl.html | 2 ++ _docs/public/index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index cd9cb2f50..a3885ae3e 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -13,6 +13,8 @@ img.example { border-color: #999; border-style: solid; border-width: 1px; + image-rendering: crisp-edges; + image-rendering: pixelated; } pre { background: #eee; diff --git a/_docs/public/index.html b/_docs/public/index.html index f8e7f049a..fdde07b7b 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -27,6 +27,8 @@ img.example { border-color: #999; border-style: solid; border-width: 1px; + image-rendering: crisp-edges; + image-rendering: pixelated; } pre { background: #eee;