Skip to content
Snippets Groups Projects
Commit 6d2144de authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '311-mobile-styles-per-media-queries' into 'development'

alte mobile Styles entfernt

Damit geht's erst einmal.
Besser wird es, sobald ich die Seite auf Bootstrap container umstelle.

See merge request !559
parents b10c6668 adc671d1
No related branches found
No related tags found
2 merge requests!619Development,!559alte mobile Styles entfernt
......@@ -11,12 +11,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="search" type="application/opensearchdescription+xml" title="{!! trans('resultPage.opensearch') !!}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}">
<link type="text/css" rel="stylesheet" href="/css/themes/{{ app('request')->input('theme', 'default') }}.css" />
<!-- <link href="/css/styleResultPage.css" rel="stylesheet" /> -->
<link type="text/css" rel="stylesheet" href="/css/lightslider.css" />
<link id="theme" type="text/css" rel="stylesheet" href="/css/theme.css.php" />
@if( isset($mobile) && $mobile )
<link href="/css/styleResultPageMobile.css" rel="stylesheet" />
@endif
</head>
<body id="resultBody">
@if( !isset($suspendheader) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment