aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bidelman2012-04-22 09:58:46 -0700
committerEric Bidelman2012-04-22 09:58:46 -0700
commit0d7ebc7f3837563fff0952cb592d74f73520631a (patch)
treed029d6b541440b8433feb4f1a2bfc6a186534af8
parent482039b40d8315916460f4065e73e9806af2da81 (diff)
downloadio-slides-remote-0d7ebc7f3837563fff0952cb592d74f73520631a.tar.gz
moar readme
-rw-r--r--README.html9
-rw-r--r--README.md9
2 files changed, 10 insertions, 8 deletions
diff --git a/README.html b/README.html
index 3f586de..690a90d 100644
--- a/README.html
+++ b/README.html
@@ -14,16 +14,17 @@ body:before {
14 background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%; 14 background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%;
15 background-size: contain; 15 background-size: contain;
16 z-index: 10; 16 z-index: 10;
17 opacity: 0.1;
17} 18}
18h1, h2, h3, h4 { 19h1, h2, h3, h4 {
19 font-weight: 600; 20 font-weight: 600;
20} 21}
21h1 { 22h1 {
22 position: fixed; 23 position: fixed;
23 background: -webkit-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 24 background: -webkit-linear-gradient(top, white 65%, rgba(255,255,255,0));
24 background: -moz-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 25 background: -moz-linear-gradient(top, white 65%, rgba(255,255,255,0));
25 background: -ms-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 26 background: -ms-linear-gradient(top, white 65%, rgba(255,255,255,0));
26 background: -o-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 27 background: -o-linear-gradient(top, white 65%, rgba(255,255,255,0));
27 width: 100%; 28 width: 100%;
28 height: 80px; 29 height: 80px;
29 padding: 10px 10px 10px 1em; 30 padding: 10px 10px 10px 1em;
diff --git a/README.md b/README.md
index 96dab9d..34777da 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,17 @@ body:before {
14 background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%; 14 background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%;
15 background-size: contain; 15 background-size: contain;
16 z-index: 10; 16 z-index: 10;
17 opacity: 0.1;
17} 18}
18h1, h2, h3, h4 { 19h1, h2, h3, h4 {
19 font-weight: 600; 20 font-weight: 600;
20} 21}
21h1 { 22h1 {
22 position: fixed; 23 position: fixed;
23 background: -webkit-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 24 background: -webkit-linear-gradient(top, white 65%, rgba(255,255,255,0));
24 background: -moz-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 25 background: -moz-linear-gradient(top, white 65%, rgba(255,255,255,0));
25 background: -ms-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 26 background: -ms-linear-gradient(top, white 65%, rgba(255,255,255,0));
26 background: -o-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 27 background: -o-linear-gradient(top, white 65%, rgba(255,255,255,0));
27 width: 100%; 28 width: 100%;
28 height: 80px; 29 height: 80px;
29 padding: 10px 10px 10px 1em; 30 padding: 10px 10px 10px 1em;