A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

42 lines
645B

  1. /* switch navbar to a single line */
  2. .titlebar {
  3. min-height: 32px;
  4. text-align: left;
  5. }
  6. .titlebar a.logo {
  7. position: absolute;
  8. top: 5px;
  9. left: 10px;
  10. margin: 0;
  11. }
  12. .titlebar .menu {
  13. margin: 0;
  14. padding: 6px 0;
  15. padding-left: 37px;
  16. line-height: 20px;
  17. height: 20px;
  18. text-align: right;
  19. }
  20. /* break subforum listing into two columns */
  21. .row.subforums .cell {
  22. float: left;
  23. width: 50%;
  24. }
  25. .row.subforums .cell.left .row {
  26. margin-right: 5px;
  27. }
  28. .row.subforums .cell.right .row {
  29. margin-left: 5px;
  30. }
  31. /* switch stats bar to single line */
  32. .row.stats span {
  33. float: left;
  34. width: 25%;
  35. }