Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
449 B

  1. td.mumble img {
  2. padding: 0px;
  3. margin: 0px;
  4. }
  5. a.dingen:link, a.dingen:visited, a.dingen:hover, a.dingen:active {
  6. font-weight: bold;
  7. font-size: 8pt;
  8. color: #283E53;
  9. text-decoration: none;
  10. }
  11. td.mumble {
  12. height: 20px;
  13. padding: 0px;
  14. margin: 0px;
  15. line-height: 6px;
  16. }
  17. div.rahmen {
  18. background-color: #CCCCCC;
  19. color: #283E53;
  20. padding: 10px;
  21. margin-top: 20px;
  22. margin-bottom: 20px;
  23. }