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
423 B

  1. a.mumble:link, a.mumble:visited, a.mumble:hover, a.mumble:active {
  2. font-weight: bold;
  3. font-size: 8pt;
  4. color: #283E53;
  5. text-decoration: none;
  6. }
  7. div.mumble {
  8. background-image: url( /static/mumble/linie_v.png );
  9. background-repeat: repeat-y;
  10. margin-left: 20px;
  11. margin-bottom: 0;
  12. padding-bottom: 0;
  13. }
  14. div.mumble img {
  15. padding: 0px;
  16. margin: 0px;
  17. }
  18. span.mumble {
  19. width: 10em;
  20. float:right;
  21. }