Skip to content

Commit

Permalink
removing old stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Dec 24, 2015
1 parent 5bed945 commit b8d42c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
16 changes: 0 additions & 16 deletions huntserver/static/huntserver/low-width.css

This file was deleted.

2 changes: 0 additions & 2 deletions huntserver/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
</head>
<body>



<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
Expand Down
2 changes: 1 addition & 1 deletion huntserver/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,4 @@ def emails(request):
emails = []
for person in people:
emails.append(person.email)
return HttpResponse(", ".join(emails))
return HttpResponse(", ".join(emails))

0 comments on commit b8d42c5

Please sign in to comment.