Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Jun 15, 2011
1 parent f74fe8a commit ec9c49a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@
settings_local.py

/.DS_Store
/media/
/media/
/test.db
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,3 +1,4 @@
django
south
ipython
ipython
pil
2 changes: 1 addition & 1 deletion static/sass/partials/_index.sass
Expand Up @@ -76,4 +76,4 @@ footer#site-footer
border-top: 1px dashed black
text-align: center
p
margin: 0
margin: 0 0 0 135px
2 changes: 1 addition & 1 deletion static/stylesheets/screen.css
Expand Up @@ -248,7 +248,7 @@ footer#site-footer {
}
/* line 78, ../sass/partials/_index.sass */
footer#site-footer p {
margin: 0;
margin: 0 0 0 135px;
}

/* line 5, ../sass/screen.sass */
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -75,7 +75,7 @@ <h3>Who is Wet Art 2011?</h3>

{% for person in people %}
<article class="{% cycle '' 'last' %}">
{% thumbnail person.image "120x120" crop="center" as img %}
{% thumbnail person.image "120x120" crop="top" as img %}
<figure><img src="{{ img.url }}" width="{{ img.width }}" width="{{ img.height }}"/></figure>
{% empty %}
{% endthumbnail %}
Expand Down
Binary file removed test.db
Binary file not shown.

0 comments on commit ec9c49a

Please sign in to comment.