From 3076cc3de4e286969f948b7070ce6e5ca19cda65 Mon Sep 17 00:00:00 2001
From: Maarten Billemont
Date: Thu, 23 Oct 2014 21:25:56 -0400
Subject: [PATCH] A few disclaimers on mpw-js.
---
Site/2013-05/mpw-js/css/main.css | 7 +++----
Site/2013-05/mpw-js/index.html | 9 ++++++++-
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/Site/2013-05/mpw-js/css/main.css b/Site/2013-05/mpw-js/css/main.css
index 85bed2c9..ed0a108f 100644
--- a/Site/2013-05/mpw-js/css/main.css
+++ b/Site/2013-05/mpw-js/css/main.css
@@ -18,10 +18,9 @@ body {
background: radial-gradient(transparent 16%, black);
width: 100%;
- height: 100%;
+ min-height: 100%;
padding: 0;
margin: 0;
- overflow: hidden;
clear: both;
font-family: 'Exo 2',
@@ -84,11 +83,11 @@ input[type="image"] {
#error {
color: red;
}
-header, section {
+header, section, footer {
overflow: hidden;
clear: both;
}
-header {
+header, footer {
font-size: 0.8em;
}
section {
diff --git a/Site/2013-05/mpw-js/index.html b/Site/2013-05/mpw-js/index.html
index 4a3e3bec..abf70b41 100644
--- a/Site/2013-05/mpw-js/index.html
+++ b/Site/2013-05/mpw-js/index.html
@@ -11,7 +11,8 @@
+
+