Skip to content

Commit 4532880

Browse files
committed
Added stylesheet
1 parent ddc189f commit 4532880

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/css/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
padding:15px;
3+
}

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Bootstrap -->
88
<link href="bower_components/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
9-
<!--<link href="http://github.com/css/app.css" rel="stylesheet">-->
9+
<link href="css/app.css" rel="stylesheet">
1010

1111
</head>
1212
<body ng-app="App">

0 commit comments

Comments
 (0)