havan / spastik
Spastik is a simple pastebin application written using Django and Pygments. It's purpose was to learn Django.
Changed (Δ156 bytes):
raw changeset »
static/base.css (6 lines added, 0 lines removed)
templates/base.html (1 lines added, 0 lines removed)
Up to file-list static/base.css:
| … | … | @@ -27,6 +27,12 @@ a:hover { |
27 |
27 |
font-weight: bold; |
28 |
28 |
} |
29 |
29 |
|
30 |
#about { |
|
31 |
position: fixed; |
|
32 |
right: 3px; |
|
33 |
bottom: 3px; |
|
34 |
} |
|
35 |
||
30 |
36 |
.kutu { |
31 |
37 |
margin: 20px; |
32 |
38 |
} |
Up to file-list templates/base.html:
13 |
13 |
<body> |
14 |
14 |
{% block error %}{% endblock %} |
15 |
15 |
{% block container %} No Content! {% endblock %} |
16 |
<div id="about"><a href="http://bitbucket.org/havan/spastik/">hakkında</a></div> |
|
16 |
17 |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> |
17 |
18 |
</script> |
18 |
19 |
<script type="text/javascript"> |
