diff --git a/src/root/layout.tt b/src/root/layout.tt index 6af6cf9e..e5c9e96d 100644 --- a/src/root/layout.tt +++ b/src/root/layout.tt @@ -10,26 +10,23 @@ Hydra - [% title %] - - - - - - + + + - + --> + + [% tracker %] + diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 2f34a382..a25f7140 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -1,3 +1,8 @@ +body { + padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ + padding-bottom: 0px; /* 60px to make the container go all the way to the bottom of the topbar */ +} + .logTreeToggle { text-decoration: none; font-family: monospace;