view farol/static/style.css @ 6:bb7334ff114a

Add the Greenbone Logo to the footer.
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 25 Sep 2014 15:49:33 +0200
parents 4a9f23230eba
children 8f41bb7f4681
line wrap: on
line source
/* So that the whole panel heading be clickable */
.panel-title a {
    display: block;
}
/*
html, body {
  height: 100%;
}

.main.container {
  min-height: 100%;
  margin-bottom: -50px;
}
*/
.footer {
  height: 130px;
  margin-top: 20px;
  background-color: rgb(52,52,52);
  color: #AAA;
}

#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