aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/tags/common/head.tagx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/tags/common/head.tagx')
-rwxr-xr-xsrc/main/webapp/WEB-INF/tags/common/head.tagx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/tags/common/head.tagx b/src/main/webapp/WEB-INF/tags/common/head.tagx
index 0ad2ba2..0f288fb 100755
--- a/src/main/webapp/WEB-INF/tags/common/head.tagx
+++ b/src/main/webapp/WEB-INF/tags/common/head.tagx
@@ -9,7 +9,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title><c:if test="${not empty title }">${title } - </c:if>Yeah</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link type="text/css" rel="stylesheet" href="/external/bootstrap-2.2.2/css/bootstrap.css"/>
+ <link type="text/css" rel="stylesheet" href="/external/bootstrap-2.2.2/css/bootstrap-responsive.css"/>
<link type="text/css" rel="stylesheet" href="/external/angular-ui/ng-grid-1.5.0/ng-grid.css"/>
<link type="text/css" rel="stylesheet" href="/apps/app.css"/>