aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim@squarespace.com>2013-06-04 21:14:13 +0200
committerHakim El Hattab <hakim@squarespace.com>2013-06-04 21:14:17 +0200
commit0ce57f1f91d079b027dc250a2827b8ac4d93bd2d (patch)
tree8763c42c7ccfba42438e8ff735983b006c70df10 /test
parent544e090bd12b79ae48c8daa8c1d267d4a83d4f19 (diff)
downloadfreenode-live-2017-presentation-0ce57f1f91d079b027dc250a2827b8ac4d93bd2d.tar
freenode-live-2017-presentation-0ce57f1f91d079b027dc250a2827b8ac4d93bd2d.tar.gz
update background test, documented slide backgrounds in readme (#453)
Diffstat (limited to 'test')
-rw-r--r--test/background.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/background.html b/test/background.html
index 9c8d3fe..ccd374b 100644
--- a/test/background.html
+++ b/test/background.html
@@ -50,13 +50,13 @@
</section>
</section>
- <section data-background="assets/image1.png">
+ <section data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
<h2>Background image</h2>
</section>
<section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111" style="background: rgba(255,255,255,0.9)">
<h2>Background image</h2>
- <code>data-background-size="100px" data-background-repeat="repeat"</code>
+ <pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>
</section>
</div>