summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md4
-rw-r--r--doc/cups.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fd46d45e1..eaa12a667 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,12 @@
-CHANGES - 2.3rc1 - 2019-05-03
+CHANGES - 2.3rc1 - 2019-05-08
=============================
Changes in CUPS v2.3rc1
-----------------------
+- The footer in the web interface covered some content on small displays
+ (Issue #5574)
- The `ippeveprinter` command now looks for print commands in the "command"
subdirectory.
diff --git a/doc/cups.css b/doc/cups.css
index 7dd628040..1fba9cb78 100644
--- a/doc/cups.css
+++ b/doc/cups.css
@@ -79,6 +79,7 @@
float: left;
margin-left: 0.5%;
margin-right: 0;
+ padding-bottom: 40px;
width: 33%;
}
.row .thirds:first-child {
@@ -89,6 +90,7 @@
float: left;
margin-left: 0.5%;
margin-right: 0;
+ padding-bottom: 40px;
width: 49.75%;
}
.row .halves:first-child {