diff --git a/src/css/style.less b/src/css/style.less index a8e096b3..9e1a1300 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -217,6 +217,26 @@ button { } +/* + * Page footer + * + */ +.page-footer { + .clearfix; + .make-row(12); + margin: 20px 0; + padding-top: 20px; + border-top: 1px solid #eee; + color: #999; + font-size: 0.9em; + text-align: right; + a { + color: #666; + &:hover, + &:focus {text-decoration: underline;} + } +} + /* * The pop up dialog * diff --git a/src/index.html b/src/index.html index e2be525e..c7c3b4d3 100644 --- a/src/index.html +++ b/src/index.html @@ -54,6 +54,10 @@ + +