Styling für Smartphone-Größen hinzugefügt
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
index 1396155..5930ac8 100644 (file)
@@ -10,7 +10,8 @@
     <base href="http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/" />
     <link rel="stylesheet" type="text/css" href="css/base.css" />
     <style type="text/css">
-      @import 'css/screen.css' screen and (min-width: 960px)
+      @import 'css/screen.css' screen and (min-width: 960px);
+      @import 'css/phone.css' screen and (max-width: 599px);
     </style>
     <script src="js/base.js"></script>
     <!--[if IE 8]>