Django

Code

Changeset 248

Show
Ignore:
Timestamp:
07/20/05 13:07:29 (3 years ago)
Author:
wilson
Message:

Added link to print stylesheet.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/base.html

    r205 r248  
    1616                <meta name="description" content="Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design." /> 
    1717 
    18                 <link href="http://media.djangoproject.com/css/base.css" rel="stylesheet" type="text/css" media="all" /> 
     18                <link href="http://media.djangoproject.com/css/base.css" rel="stylesheet" type="text/css" media="screen" /> 
     19                <link href="http://media.djangoproject.com/css/print.css" rel="stylesheet" type="text/css" media="print" /> 
    1920      {% block extrahead %}{% endblock %} 
    2021        </head>