From f39e169fd0b0e5cf169b64d575fa8a276ee60123 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 24 Nov 2015 02:53:46 +0300 Subject: fix incorrect font size on iOS when press back from external link --- src/main/webapp/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css index a1682458..ebc91570 100644 --- a/src/main/webapp/style.css +++ b/src/main/webapp/style.css @@ -218,6 +218,7 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef /******************************************************************************/ @media screen and (max-width: 850px) { + body { text-size-adjust: 100%; -webkit-text-size-adjust: 100%;} body,body>header,#topwrapper,#content,#footer,#mtoolbar { width: auto; min-width: 310px; margin: 0 auto; } body>header { margin-bottom: 15px; } -- cgit v1.2.3