style.css 244 B

12345678910
  1. body {margin: 10px 0px}
  2. a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  3. background-color: #DDDDDD;
  4. border-color: #DDDDDD;
  5. color: #333333;
  6. z-index: 2;
  7. }
  8. .nav {
  9. margin-bottom: 10px;
  10. }