diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 10555e296..82c155f4f 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -1434,6 +1434,18 @@ body.progress .ui.progress .bar { Definition Container *******************************/ +#example .pusher > .page { + display: table; + width: 100%; + height: 100%; +} +#example .pusher > .page > .full.height { + display: table-row; + height: 100%; +} +#example .pusher > .page > .footer { + clear: both; +} #example .main.container { z-index: 1; diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco index 180c274f0..6cf0bab0d 100755 --- a/server/layouts/default.html.eco +++ b/server/layouts/default.html.eco @@ -253,15 +253,12 @@
- <%- @content %> +
+ <%- @content %> +