aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/WEB-INF/tags/common/head.tagx
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-13 08:27:30 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-13 08:27:30 +0100
commit7869a849164dd8431a1326385c33af5d397b9789 (patch)
treed29909a91cdc3a96d4070528cad43e05aa10be3f /src/main/resources/webapp/WEB-INF/tags/common/head.tagx
parentdfb72423ed82a293eec85b1b36d9e4c895d7b49c (diff)
downloadesper-testing-7869a849164dd8431a1326385c33af5d397b9789.tar.gz
esper-testing-7869a849164dd8431a1326385c33af5d397b9789.tar.bz2
esper-testing-7869a849164dd8431a1326385c33af5d397b9789.tar.xz
esper-testing-7869a849164dd8431a1326385c33af5d397b9789.zip
o Nailing the navbar to the top.
Diffstat (limited to 'src/main/resources/webapp/WEB-INF/tags/common/head.tagx')
-rwxr-xr-xsrc/main/resources/webapp/WEB-INF/tags/common/head.tagx5
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"/>