diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-13 08:27:30 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-13 08:27:30 +0100 |
commit | 7869a849164dd8431a1326385c33af5d397b9789 (patch) | |
tree | d29909a91cdc3a96d4070528cad43e05aa10be3f /src/main/resources/webapp/apps | |
parent | dfb72423ed82a293eec85b1b36d9e4c895d7b49c (diff) | |
download | esper-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/apps')
-rwxr-xr-x | src/main/resources/webapp/apps/core/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/core/navbar.html b/src/main/resources/webapp/apps/core/navbar.html index 914258e..9226f2e 100755 --- a/src/main/resources/webapp/apps/core/navbar.html +++ b/src/main/resources/webapp/apps/core/navbar.html @@ -1,4 +1,4 @@ -<div class="navbar"> +<div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <span class="brand"><a href="/">Wat</a></span> |