corrade-nucleus-nucleons – Rev 29

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;
}

.fake-btn {
    background: rgba(0, 0, 0, 0);
}

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

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