svn commit: r50753 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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; }
-@media only screen and (max-height: 640px), (max-width: 880px) {
+@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%; }
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"