svn commit: r1935181 - httpd/httpd/trunk/docs/manual/style/css

[email protected] Wed, 10 Jun 2026 13:04:43 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178109668382.523431.8308858432366557581@svn03-he-fi>
Author: rbowen
Date: Wed Jun 10 13:04:43 2026
New Revision: 1935181

Log:
css: hide back-to-top arrows on narrow viewports (Bug 70098)

Modified:
   httpd/httpd/trunk/docs/manual/style/css/manual.css

Modified: httpd/httpd/trunk/docs/manual/style/css/manual.css
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/css/manual.css	Wed Jun 10 12:16:14 2026	(r1935180)
+++ httpd/httpd/trunk/docs/manual/style/css/manual.css	Wed Jun 10 13:04:43 2026	(r1935181)
@@ -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;
+    }
 }