Skip to content

Commit

Permalink
added font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Aug 6, 2014
1 parent e4f727c commit d2557a9
Show file tree
Hide file tree
Showing 9 changed files with 512 additions and 3 deletions.
4 changes: 4 additions & 0 deletions committeeVotes/static/css/font-awesome.min.css

Large diffs are not rendered by default.

File renamed without changes.
Binary file added committeeVotes/static/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.
504 changes: 504 additions & 0 deletions committeeVotes/static/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion committeeVotes/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<link href='http://fonts.googleapis.com/css?family=Alef:400&subset=all' rel='stylesheet' type='text/css'>
<link href="{% static 'dist/css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'dist/css/bootstrap-rtl.css' %}" rel="stylesheet">
<link href="{% static 'site.css' %}" rel="stylesheet">
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
<link href="{% static 'css/site.css' %}" rel="stylesheet">

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions committeeVotes/templates/committeeVotes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>
<a href="{% url 'bill' b.id %}">
{{ b.name }}
<button class="btn btn-info pull-left">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-plus"></span>
</button>
</a>

Expand All @@ -61,7 +61,7 @@ <h2>
<div class="pull-left">
<a href="{% url 'bills' %}" class="btn btn-primary pull-left" role="button">
עוד
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-plus"></span>
</a>
</div>
</td>
Expand Down

0 comments on commit d2557a9

Please sign in to comment.