diff --git a/customize.dist/src/less2/include/infopages.less b/customize.dist/src/less2/include/infopages.less index 249927d6a..a98d14c8b 100644 --- a/customize.dist/src/less2/include/infopages.less +++ b/customize.dist/src/less2/include/infopages.less @@ -6,13 +6,10 @@ // Basic setup for info pages, this should be used at the global level .infopages_main () { background-color: @colortheme_info-background; - min-height: 100vh; a { color: @colortheme_link-color; - &:visited { - color: @colortheme_link-color-visited; - } + &:visited { color: @colortheme_link-color-visited; } //opacity: 0.8; //transition: opacity 0.2s; } @@ -58,6 +55,31 @@ } } } + + footer { + background-color: white; + + .container { + .col { + margin-top: 1em; + } + + width: 100%; + text-align: center; + margin-bottom: 1em; + + ul.list-unstyled { + margin: 0; + } + } + + .cp-version-footer { + background-color: @colortheme_info-background; + color: black; + text-align: center; + padding: 0.5em; + } + } }; .infopages_link () { diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 5f7750cde..d97bb3bc0 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -20,6 +20,7 @@ color: #FFF; background: linear-gradient( @background_darker, @background_lighter ), url('/customize/bg14.jpg'); background-size: cover; + min-height: 100vh; display: flex; flex-direction: column; justify-content: space-around; @@ -195,4 +196,4 @@ h4 { .collapse.show { margin-bottom: -12em; } -} \ No newline at end of file +}