diff options
author | Anika Henke <anika@selfthinker.org> | 2012-06-29 16:34:40 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-06-29 16:34:40 +0100 |
commit | 30fc91c71951c9911396de78b8acd7d6d4b5d54c (patch) | |
tree | 422e3c898f31b34af5f85af5c15766cf6a48f354 /lib/tpl/dokuwiki/css | |
parent | ddc8fa81b32f1eeabe3f12c2e0d6f48d132b1751 (diff) | |
download | rpg-30fc91c71951c9911396de78b8acd7d6d4b5d54c.tar.gz rpg-30fc91c71951c9911396de78b8acd7d6d4b5d54c.tar.bz2 |
adjusted comment in mobile.css to reflect recent changes
Diffstat (limited to 'lib/tpl/dokuwiki/css')
-rw-r--r-- | lib/tpl/dokuwiki/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/css/mobile.css b/lib/tpl/dokuwiki/css/mobile.css index bf86b004b..4d18113ac 100644 --- a/lib/tpl/dokuwiki/css/mobile.css +++ b/lib/tpl/dokuwiki/css/mobile.css @@ -5,7 +5,7 @@ * @author Anika Henke <anika@selfthinker.org> */ -/* up to 768px screen widths +/* up to 979px screen widths ********************************************************************/ @media only screen and (max-width: 979px) { |