aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-16 15:27:06 -0700
committerCesar G <prototech91@gmail.com>2014-05-27 07:17:47 -0700
commit3106306a4d2af24ff37097fc337c4e351ba7c0a9 (patch)
tree05203b6a02c994ded274f278d77dcad3a05384ff /phpBB/styles/prosilver/template/overall_header.html
parent84fd96527218336b951e6a5a90bb024038331b76 (diff)
downloadforums-3106306a4d2af24ff37097fc337c4e351ba7c0a9.tar
forums-3106306a4d2af24ff37097fc337c4e351ba7c0a9.tar.gz
forums-3106306a4d2af24ff37097fc337c4e351ba7c0a9.tar.bz2
forums-3106306a4d2af24ff37097fc337c4e351ba7c0a9.tar.xz
forums-3106306a4d2af24ff37097fc337c4e351ba7c0a9.zip
[ticket/12155] Make the buttons bigger on touch devices.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 8c63ce9cea..d18fff6bb0 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -52,7 +52,7 @@
{$STYLESHEETS}
</head>
-<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
+<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
<!-- EVENT overall_header_body_before -->