diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-03 16:52:41 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-03 16:52:41 +0000 |
commit | 9b6dbaa93bc80eab541629cf6a0b468e46c9463f (patch) | |
tree | 74fbe72aa80e89f07e2b809587baefcd4177a499 /lib/tpl/dokuwiki | |
parent | 16ff96a17f494a4c0f38bf133a7a797684524e68 (diff) | |
download | rpg-9b6dbaa93bc80eab541629cf6a0b468e46c9463f.tar.gz rpg-9b6dbaa93bc80eab541629cf6a0b468e46c9463f.tar.bz2 |
reduced required max width to go into tablet mode
Diffstat (limited to 'lib/tpl/dokuwiki')
-rw-r--r-- | lib/tpl/dokuwiki/style.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/style.ini b/lib/tpl/dokuwiki/style.ini index 67fbb3065..77bb98236 100644 --- a/lib/tpl/dokuwiki/style.ini +++ b/lib/tpl/dokuwiki/style.ini @@ -75,5 +75,5 @@ __missing__ = "#d30" __site_width__ = "75em" __sidebar_width__ = "16em" ; cut off points for mobile devices -__tablet_width__ = "979px" +__tablet_width__ = "800px" __phone_width__ = "480px" |