Skip to content

Commit

Permalink
fix list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Jun 20, 2012
1 parent 7ed0721 commit 74c85e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ footer li { float: left; margin: 0 50px;}
margin-left: 3em;
}

ul.events, ul.events ul { list-style: none; margin-left: 0; }
ul.events li { margin: 0 0 0 1em; }

.content li { margin-bottom: 1em; }

.editable:hover {
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="smallHeader">{% trans %}Events{% endtrans %}</h4>
<time datetime="" class="published tip" pubdate>April 30 - May 2, 2012</time>
<span class="title">PMO Leaders Conference: Advocating for Transparent and Democratic Parliaments</span>
<span class="location">Washington, D.C.</span>
<a class="viewMore" href="#">{% trans %}View More Events and See How You Can Participate{% endtrans %}</a>
<a class="viewMore" href="/networking">{% trans %}View More Events and See How You Can Participate{% endtrans %}</a>
</div>
<div class="clear"></div>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/networking.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}
<div class="span6 fullIndent">
<h2 class="smallHeader">{% trans %}Events{% endtrans %}</h2>
<ul>
<ul class="events">
<li>
<time datetime="" class="published tip" pubdate>April 30 - May 2, 2012</time>
<span class="title">PMO Leaders Conference: Advocating for Transparent and Democratic Parliaments</span>
Expand Down

0 comments on commit 74c85e2

Please sign in to comment.