corrade-nucleus-nucleons – Rev 30

Subversion Repositories:
Rev:
/* Space out content a bit */
body {
  margin: 0px;
  padding: 0px;
  background: #fbfaf9 url(/img/background.png);
  background-repeat: repeat;
}

.panel-heading {
   background: #ddddff !important;
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0);
}

.btn-fixed-top {
    width:100%;
}

.container {
    width:100%;
    height:100vh;
}