We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e2eb3 commit b44a8a1Copy full SHA for b44a8a1
1 file changed
public/index.html
@@ -11,6 +11,7 @@
11
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"><!-- load bootstrap -->
12
<style>
13
html { overflow-y:scroll; }
14
+ body { padding-top:50px; }
15
#todo-list { margin-bottom:30px; }
16
</style>
17
@@ -22,14 +23,6 @@
22
23
</head>
24
<body ng-controller="mainController" ng-init="initialize()">
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
31
- </nav>
32
-
33
<div class="container">
34
<div class="jumbotron text-center">
35
<h1>I'm a Todo-aholic <span class="label label-info">{{ todos.length }}</span></h1>
0 commit comments