diff --git a/Site/2013-05/css/main.css b/Site/2013-05/css/main.css index 8cdb5b52..52fdbec2 100644 --- a/Site/2013-05/css/main.css +++ b/Site/2013-05/css/main.css @@ -42,7 +42,7 @@ a:hover .popup { display: block; } -nav { +nav, h4 { font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; } @@ -251,6 +251,18 @@ header .box.active .minimized, header .box .maximized { display: none; } +#scrollDown { + position: fixed; + z-index: -1; + left: 0; + width: 100%; + bottom: 0; + height: 1ex; + text-align: center; + + color: #DDD; + font-size: 7em; +} #app header { height: 80%; } diff --git a/Site/2013-05/index.html b/Site/2013-05/index.html index 9a803264..6fae05c3 100644 --- a/Site/2013-05/index.html +++ b/Site/2013-05/index.html @@ -14,7 +14,7 @@ - + @@ -24,6 +24,8 @@
You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.
+