From: Michael R Sweet Date: Wed, 8 May 2019 15:32:27 +0000 (-0400) Subject: Fix CSS on short browsers (Issue #5574) X-Git-Tag: v2.2.12~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971bdfe0432c2949e432a63b071cdd1a09a657d5;p=thirdparty%2Fcups.git Fix CSS on short browsers (Issue #5574) --- 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 {