Date: Sun, 27 Aug 2017 18:36:18 +0000 (UTC) From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50753 - head/en_US.ISO8859-1/htdocs/cgi Message-ID: <201708271836.v7RIaILk093094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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%; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708271836.v7RIaILk093094>