diff --git a/src/static/css/jumbotron-narrow.css b/src/static/css/jumbotron-narrow.css index 8c863d3..95fbe5e 100644 --- a/src/static/css/jumbotron-narrow.css +++ b/src/static/css/jumbotron-narrow.css @@ -30,6 +30,21 @@ body { color: #777; border-top: 1px solid #e5e5e5; } +.footer nav { + display: block; + float: right; +} +.footer ul { + display: block; + padding-left: 10px; +} +.footer li { + display: inline; + margin: 0 8px; +} +.footer a { + color: inherit; +} /* Customize container */ @media (min-width: 768px) { diff --git a/src/static/demo.html b/src/static/demo.html index e2dcabe..2371fc4 100644 --- a/src/static/demo.html +++ b/src/static/demo.html @@ -89,6 +89,12 @@ diff --git a/src/static/index.html b/src/static/index.html index 26e8650..ab3cf71 100644 --- a/src/static/index.html +++ b/src/static/index.html @@ -58,6 +58,12 @@