A simple ticketing application written in Python/Django
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }