Skip to content

Commit

Permalink
round edges of postit using bootstrap class
Browse files Browse the repository at this point in the history
  • Loading branch information
Coread committed Jun 18, 2014
1 parent 0e1ab11 commit 08d11b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions views/kanban.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<script src="/static/kanban.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<link rel="stylesheet" href="/static/kanban.css" type="text/css">
<link rel="stylesheet" href="/static/css/font-awesome.css" type="text/css">​
<link rel="stylesheet" href="/static/css/font-awesome.css" type="text/css">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/bootstrap-theme.min.css">
<script src="/static/js/bootstrap.min.js"></script>​
<title>
{{name}}'s Kanban
</title>
Expand All @@ -21,7 +24,7 @@
</div>
</div>

<a id="postit_master_tracker" class="postit">
<a id="postit_master_tracker" class="postit img-rounded">
<div class="postit_header">
<div class="priority"></div>
<div class="project"></div>
Expand Down

0 comments on commit 08d11b7

Please sign in to comment.