wkornewald / allbuttonspressed (http://allbuttonspressed.com/projects/allbuttonspressed)
No description has been added.
Clone this repository (size: 2.0 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/wkornewald/allbuttonspressed/
| commit 57: | 8e6aec00a71b |
| parent 56: | 05d15cf1bd98 |
| branch: | default |
integrated highlight and rest CSS
5 weeks ago
Changed (Δ145 bytes):
raw changeset »
templates/base.html (3 lines added, 1 lines removed)
Up to file-list templates/base.html:
8 |
8 |
{% load cms blog %} |
9 |
9 |
<head> |
10 |
10 |
<title>{% block title %}{% endblock %} - {{ site_name }}</title> |
11 |
{% |
|
11 |
{% blog_feeds %} |
|
12 |
12 |
|
13 |
13 |
{% block css %} |
14 |
14 |
<link rel="stylesheet" type="text/css" href="/media/design.css" /> |
15 |
<link rel="stylesheet" type="text/css" href="/media/rest.css" /> |
|
16 |
<link rel="stylesheet" type="text/css" href="/media/highlight.css" /> |
|
15 |
17 |
{% endblock %} |
16 |
18 |
|
17 |
19 |
{% block js %} |
