Ticket #8178: 8178.stylefix.diff

File 8178.stylefix.diff, 605 bytes (added by Julien Phalip, 16 years ago)

The error message should not have a sans-serif font.

  • django/django/views/debug.py

     
    328328    .specific { color:#cc3300; font-weight:bold; }
    329329    h2 span.commands { font-size:.7em;}
    330330    span.commands a:link {color:#5E5694;}
    331     pre.exception_value { font-family: sans-serif; color: #666; font-size: 1.5em; margin: 10px 0 10px 0; }
     331    pre.exception_value { font-size: 1.5em; margin: 10px 0 10px 0; }
    332332  </style>
    333333  <script type="text/javascript">
    334334  //<!--
Back to Top