A simple ticketing application written in Python/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.

print.css 243B

12345678910
  1. .jumbotron { display: none; }
  2. .breadcrumb { display: none; }
  3. .dropdown { display: none; }
  4. /* Bootstrap druckt die URLs in Klammern hinter die Links.
  5. Das wird folgendermaßen verhindert */
  6. a[href]:after {
  7. content: none !important;
  8. }