diff --git a/css/application.css b/css/application.css index cbaf77c..783d467 100644 --- a/css/application.css +++ b/css/application.css @@ -326,4 +326,44 @@ div.sidebar div.source { div.sidebar div.boilerplate { font-family: 'courier new', courier; font-size: 0.7em; +} + +#footer { + border-top: 1px solid #e9e6e1; + margin-top: 30px; + padding-top: 20px; + color: #7e7974; + font-size: 12px; + text-align: left; + line-height: 1.5; +} +#footer a { + color: #443a33; + font-weight: normal; +} +#footer p { + float: left; +} +#footer nav { + float: right; +} +#footer nav a { + display: inline-block; + margin-left: 20px; +} + +/* For modern browsers */ +.cf:before, +.cf:after { + content:""; + display:table; +} + +.cf:after { + clear:both; +} + +/* For IE 6/7 (trigger hasLayout) */ +.cf { + zoom:1; } \ No newline at end of file diff --git a/index.html b/index.html index 5e09aaa..75a3628 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ Which of the following best describes your situation? } -
@@ -65,6 +65,15 @@