Skip to content

Commit b44a8a1

Browse files
author
Chris Sevilleja
committed
cleaning header
1 parent 84e2eb3 commit b44a8a1

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

public/index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"><!-- load bootstrap -->
1212
<style>
1313
html { overflow-y:scroll; }
14+
body { padding-top:50px; }
1415
#todo-list { margin-bottom:30px; }
1516
</style>
1617

@@ -22,14 +23,6 @@
2223
</head>
2324
<body ng-controller="mainController" ng-init="initialize()">
2425

25-
<nav class="navbar navbar-default">
26-
<div class="container">
27-
<div class="navbar-header">
28-
<a class="navbar-brand" href="/">Todo-aholic</a>
29-
</div>
30-
</div>
31-
</nav>
32-
3326
<div class="container">
3427
<div class="jumbotron text-center">
3528
<h1>I'm a Todo-aholic <span class="label label-info">{{ todos.length }}</span></h1>

0 commit comments

Comments
 (0)