]> git.mxchange.org Git - friendica.git/commitdiff
The mobile.css was commented out ...
authorMichael Vogel <icarus@dabo.de>
Tue, 17 Nov 2015 19:11:06 +0000 (20:11 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 17 Nov 2015 19:11:06 +0000 (20:11 +0100)
view/theme/vier/theme.php

index 3ab1c7edb52d8e8d9ba746bf0b30f9cf82da7bfc..a7f8ea99a303cb6651ba647dcc2f5405342042ae 100644 (file)
@@ -33,7 +33,7 @@ function vier_init(&$a) {
                $a->page['htmlhead'] .= '<meta name=viewport content="width=device-width, initial-scale=1">'."\n";
                $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="view/theme/vier/mobile.css" media="screen"/>'."\n";
        }
-               #$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="view/theme/vier/mobile.css" media="screen and (max-width: 1000px)"/>'."\n";
+               $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="view/theme/vier/mobile.css" media="screen and (max-width: 1000px)"/>'."\n";
 
 $a->page['htmlhead'] .= <<< EOT
 <link rel='stylesheet' type='text/css' href='view/theme/vier/narrow.css' media='screen and (max-width: 1100px)' />