Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Golub committed Sep 9, 2010
1 parent 42e3add commit d394d40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ a:hover {
margin-bottom: 30px;
}

.entry .date,
.entry .tags,
.entry .comments,
.entry .admin {
.entry .date {
margin-top: 5px;
}

Expand All @@ -102,7 +99,11 @@ a:hover {
padding-left: 20px;
}

.entry .body {
.entry .admin,
.entry .body,
.entry .comments,
.entry .facebook,
.entry .tags {
margin-top: 10px;
}

Expand Down Expand Up @@ -195,7 +196,6 @@ pre {
}

.entry .facebook {
padding: 5px 0;
height: 18px;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/modules/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1><a href="/{{ entry.slug }}">{{ escape(entry.title) }}</a></h1>
</div>
{% if show_share %}
<div class="facebook">
<iframe src="http://www.facebook.com/plugins/like.php?href={{ url_escape('http://' + request.host + '/' + entry.slug) }}&amp;show_faces=false" scrolling="no" frameborder="0" allowTransparency="true" ></iframe>
<iframe src="http://www.facebook.com/plugins/like.php?href={{ url_escape('http://' + request.host + '/' + entry.slug) }}&amp;layout=button_count" scrolling="no" frameborder="0" allowTransparency="true" ></iframe>
</div>
{% end %}
<div class="body">{{ entry.body }}</div>
Expand Down

0 comments on commit d394d40

Please sign in to comment.