From 971bdfe0432c2949e432a63b071cdd1a09a657d5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 8 May 2019 11:32:27 -0400 Subject: [PATCH] Fix CSS on short browsers (Issue #5574) --- CHANGES.md | 4 +++- doc/cups.css | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f93f84d134..f111ab85c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -CHANGES - 2.2.12 - 2019-05-01 +CHANGES - 2.2.12 - 2019-05-08 ============================= @@ -13,6 +13,8 @@ Changes in CUPS v2.2.12 - Restored minimal support for the `Emulators` keyword in PPD files to allow old Samsung printer drivers to continue to work (Issue #5562) - Timed out job submission now yields an error (Issue #5570) +- The footer in the web interface covered some content on small displays + (Issue #5574) Changes in CUPS v2.2.11 diff --git a/doc/cups.css b/doc/cups.css index da6ac1594e..79774b1043 100644 --- a/doc/cups.css +++ b/doc/cups.css @@ -76,6 +76,7 @@ float: left; margin-left: 0.5%; margin-right: 0; + padding-bottom: 40px; width: 33%; } .row .thirds:first-child { @@ -86,6 +87,7 @@ float: left; margin-left: 0.5%; margin-right: 0; + padding-bottom: 40px; width: 49.75%; } .row .halves:first-child { -- 2.47.2