Skip to content

Commit

Permalink
Merge branch 'openaustralia:master' into sort-by-date
Browse files Browse the repository at this point in the history
  • Loading branch information
MutazAshhab authored Dec 15, 2021
2 parents e764362 + 8d9918c commit ab056f4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@
*:hover > .anchor {
display: block;
}

.remove-padding {
padding: 0px 0px;
}
2 changes: 1 addition & 1 deletion app/views/policies/show_with_member.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

= render "policies/draft_warning", policy: @policy

%p.col-sm-7
%p.col-sm-7.remove-padding
How
= link_to @member.name, @member
voted compared to someone who believes that
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class='social-share-heading small'>
</div>
</div>

<p class='col-sm-7'>
<p class='col-sm-7 remove-padding'>
How
<a href="/people/representatives/griffith/kevin_rudd">Kevin Rudd</a>
voted compared to someone who believes that
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class='social-share-heading small'>
</div>
</div>

<p class='col-sm-7'>
<p class='col-sm-7 remove-padding'>
How
<a href="/people/representatives/warringah/tony_abbott">Tony Abbott</a>
voted compared to someone who believes that
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class='social-share-heading small'>
</div>
</div>

<p class='col-sm-7'>
<p class='col-sm-7 remove-padding'>
How
<a href="/people/senate/tasmania/christine_milne">Christine Milne</a>
voted compared to someone who believes that
Expand Down

0 comments on commit ab056f4

Please sign in to comment.