summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-06-29 16:07:57 +0100
committerAnika Henke <anika@selfthinker.org>2012-06-29 16:07:57 +0100
commita4760d1fcb813f4e4eee4e533b6baace877faf8f (patch)
tree2eaf16822879677101dd8c75f74626005fe20337 /lib
parentd14f4018ba7db0f68e767c52d4dc7faba789bf4a (diff)
downloadrpg-a4760d1fcb813f4e4eee4e533b6baace877faf8f.tar.gz
rpg-a4760d1fcb813f4e4eee4e533b6baace877faf8f.tar.bz2
try twitter bootstrap version of media queries for mobile and tablet modes
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/dokuwiki/css/mobile.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tpl/dokuwiki/css/mobile.css b/lib/tpl/dokuwiki/css/mobile.css
index 5edb88cb2..c5ab6d3a9 100644
--- a/lib/tpl/dokuwiki/css/mobile.css
+++ b/lib/tpl/dokuwiki/css/mobile.css
@@ -7,7 +7,7 @@
/* up to 768px screen widths
********************************************************************/
-@media only screen and (max-width: 768px), only screen and (max-device-width: 1024px) {
+@media only screen and (max-width: 767px) {
/* structure */
#dokuwiki__aside {
@@ -94,7 +94,7 @@
/* up to 480px screen widths
********************************************************************/
-@media only screen and (max-width: 480px), only screen and (max-device-width: 768px) {
+@media only screen and (max-width: 480px) {
/*____________ structure ____________*/