svn commit: r1935182 - httpd/httpd/branches/2.4.x/docs/manual/style/css
[email protected] Wed, 10 Jun 2026 13:04:45 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178109668573.523826.10277597345012421553@svn03-he-fi> |
Author: rbowen
Date: Wed Jun 10 13:04:45 2026
New Revision: 1935182
Log:
css: hide back-to-top arrows on narrow viewports (Bug 70098)
Modified:
httpd/httpd/branches/2.4.x/docs/manual/style/css/manual.css
Modified: httpd/httpd/branches/2.4.x/docs/manual/style/css/manual.css
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/style/css/manual.css Wed Jun 10 13:04:43 2026 (r1935181)
+++ httpd/httpd/branches/2.4.x/docs/manual/style/css/manual.css Wed Jun 10 13:04:45 2026 (r1935182)
@@ -1237,4 +1237,9 @@ h2:hover > .permalink {
overflow-x: auto;
max-width: 100%;
}
+
+ /* Bug 70098: hide back-to-top arrows on narrow viewports */
+ div.top {
+ display: none;
+ }
}