From e083551946dd944ab9ff568beb5b64621d668b16 Mon Sep 17 00:00:00 2001 From: kynd Date: Sun, 24 Apr 2016 11:16:56 -0700 Subject: [PATCH] edited gallery credit --- examples/README.md | 2 +- examples/gallery.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 67122b7..1229d33 100755 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,5 @@ # Examples Gallery -

Cureated by Kenichi Yoneda (@kyndinfo)

+ This is a collection of examples extracted from the chapters of this book together with shared shaders kindly donated by other readers using [the on-line editor](http://editor.thebookofshaders.com/). Feel free to explore and tweak them bit by bit. Once you have something you are proud of, click the "Export" and then copy the "URL to code...". Send it to [@bookofshaders](https://twitter.com/bookofshaders) or [@kyndinfo](https://twitter.com/kyndinfo). We are looking forward to see it! diff --git a/examples/gallery.css b/examples/gallery.css index 47d2a9d..1e93de1 100644 --- a/examples/gallery.css +++ b/examples/gallery.css @@ -72,3 +72,9 @@ .more a:hover { background: #EEEEEE; } + +.gallery_author { + font-size: 16px; + font-style: italic; + text-align: right; +}