diff options
Diffstat (limited to 'src/main/resources/webapp/WEB-INF')
-rwxr-xr-x | src/main/resources/webapp/WEB-INF/tags/common/head.tagx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/webapp/WEB-INF/tags/common/head.tagx b/src/main/resources/webapp/WEB-INF/tags/common/head.tagx index f651c2b..edb00d7 100755 --- a/src/main/resources/webapp/WEB-INF/tags/common/head.tagx +++ b/src/main/resources/webapp/WEB-INF/tags/common/head.tagx @@ -11,6 +11,11 @@ <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"/> + <style> + body { + padding-top: 40px; + } + </style> <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"/> |