From 3a2f85152b9cb16b92ad90d1efa7201311362ebb Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk <puiterwijk@redhat.com> Date: Fri, 18 Dec 2015 15:45:16 +0000 Subject: [PATCH] Make the footer slightly smaller Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> --- roles/ipsilon/files/templates-new/layout.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/ipsilon/files/templates-new/layout.html b/roles/ipsilon/files/templates-new/layout.html index 837ccb152d..3ddfe99314 100644 --- a/roles/ipsilon/files/templates-new/layout.html +++ b/roles/ipsilon/files/templates-new/layout.html @@ -9,8 +9,12 @@ <!--<link rel="stylesheet" href="{{ basepath }}/ui/fedora/fedora.css">--> <link href="https://apps.fedoraproject.org/global/fedora-bootstrap-1.0/fedora-bootstrap.min.css" rel="stylesheet"> - <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,700italic,300italic' rel='stylesheet' type='text/css'> + <!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,700italic,300italic' rel='stylesheet' type='text/css'>--> <meta name="generator" content="Ipsilon"> + <style> + .bodycontent { min-height: 85vh; } + </style> + {%- if heads %} {%- for group, value in heads.items() %}