svn commit: r50753 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Sun Aug 27 18:36:19 UTC 2017
Author: wosch
Date: Sun Aug 27 18:36:18 2017
New Revision: 50753
URL: https://svnweb.freebsd.org/changeset/doc/50753
Log:
improve responsive design
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 18:35:46 2017 (r50752)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 18:36:18 2017 (r50753)
@@ -972,7 +972,7 @@ span.space { font-size: xx-small; }
form#man > input, form#man > button { font-size: large; }
form#man > input[name='query'] { text-align: center; }
- at media only screen and (max-height: 640px), (max-width: 880px) {
+ at media only screen and (max-height: 640px), (max-width: 760px) {
div#header, div#menu { display: none !important; }
div#content { padding-top: 4.9em; }
form#man > input, button { font-size: 200%; }
More information about the svn-doc-head
mailing list