Subversion Repositories blog-sources

Compare Revisions

Regard whitespace Rev 5 → Rev 6

/django-apache2-wsgi-2/idreammicro/helloworld/static/helloworld/screen.css
1,4 → 1,3
p
{
p {
color: red;
}
/django-apache2-wsgi-2/idreammicro/helloworld/templates/helloworld/index.html
1,6 → 1,6
{% extends "helloworld/base.html" %}
 
{% block title %}Hello world!{% endblock %}
{% block title %}Hello world - Index{% endblock %}
 
{% block content %}
<p>