Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #685 from arafaeli/remove_english_blurb
Browse files Browse the repository at this point in the history
Removed english blurb in footer
  • Loading branch information
alonisser authored Jun 10, 2016
2 parents 9d36c34 + 2502d30 commit e4b095e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
}


.about-oknesset h3 { border-bottom: 1px solid @grayLight;}
.follow-oknesset h3 { margin-top: @gutter * 2; }
.hasadna {
h3 {
Expand Down
6 changes: 1 addition & 5 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -8379,10 +8379,6 @@ input.tobecopied {
margin-top: 0;
}

#app-footer .about-oknesset h3 {
border-bottom: 1px solid #707070;
}

#app-footer .follow-oknesset h3 {
margin-top: 40px;
}
Expand Down Expand Up @@ -9902,4 +9898,4 @@ body.infinity-protocol #content-main > div > div.row > div.span3 {

.video-fb-attachment-elem {
max-width: 100%;
}
}
6 changes: 0 additions & 6 deletions templates/site_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@
<div class="span4">
<div class="about-oknesset">
<h3>{% trans "Open Knesset is a project aimed to expose Knesset's actions to the public" %}</h3>
<p>
{% blocktrans %}All the information comes from the Knesset's site.
This site is maintained by volunteers and is not supported by
any political party ...{% endblocktrans %}
<a href="{% url 'about' %}">{% trans "Read more" %}</a>
</p>
</div>
<div class="follow-oknesset">
<h3>{% trans "Follow Open Knesset" %}:</h3>
Expand Down

0 comments on commit e4b095e

Please sign in to comment.