On small computers the stylesheet changed to mobile by accident.

This commit is contained in:
Michael Vogel 2015-11-03 19:14:28 +01:00
parent 162931be91
commit eff6f3a57d
1 changed files with 1 additions and 1 deletions

View 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'] .= '<meta name=viewport content="width=device-width, initial-scale=1">'."\n";
$a->page['htmlhead'] .= <<< EOT $a->page['htmlhead'] .= <<< EOT
<link rel='stylesheet' media='(max-width: 1010px)' href='view/theme/vier/mobile.css' /> <link rel='stylesheet' media='(max-width: 1000px)' href='view/theme/vier/mobile.css' />
<link rel='stylesheet' media='screen and (max-width: 1100px)' href='view/theme/vier/narrow.css' /> <link rel='stylesheet' media='screen and (max-width: 1100px)' href='view/theme/vier/narrow.css' />
<script type="text/javascript"> <script type="text/javascript">