view farol/static/style.css @ 26:33a3a36b5bf6

Use the navbar-inverse theme to come closer to greenbone, and apply it to footer also
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 02 Oct 2014 12:07:40 +0200
parents 8f41bb7f4681
children 79b76911444e
line wrap: on
line source
/* So that the whole panel heading be clickable */
.panel-title a {
    display: block;
}
/*
// Try to push the footer to the bottom of the page
html, body {
  height: 100%;
}

.main.container {
  min-height: 100%;
  margin-bottom: -50px;
}
*/
.footer {
  height: 130px;
  margin-top: 20px;
}

#greenbone.logo_img {
  display: block;
  width: 100px;
  height: 107px;
  background-image: url(greenbone_bw.png);
}

#greenbone.logo_img:hover {
  background-image: url(greenbone.png);
}

http://farol.wald.intevation.org