Skip to content

Commit

Permalink
Rework the blog index page styling slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Oct 1, 2019
1 parent b10a422 commit cdb3eb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ietf/blog/templates/blog/blog_index_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{self.title}}</h1>
<h2 class="searched">You have filtered by {{ self.filter_topic.title }}</h2>
{% endif %}
</div>
<div class="container cf">
<div class="cf">
<div class="three none float-right side-col">
<ul>
<li><a href="{% routablepageurl self 'all_entries' %}">All</a></li>
Expand All @@ -24,7 +24,7 @@ <h2 class="searched">You have filtered by {{ self.filter_topic.title }}</h2>
{% endfor %}
</ul>
</div>
<div class="nine body body-panel bleed-left clearfix">
<div class="nine body body-panel clearfix">
<table>
{% for entry in entries %}
<tr>
Expand All @@ -44,6 +44,7 @@ <h2 class="searched">You have filtered by {{ self.filter_topic.title }}</h2>
<style>
table tr td:first-child {
padding-right: 10px;
width: 92px;
}
</style>
{% endblock %}
Expand Down

0 comments on commit cdb3eb6

Please sign in to comment.