Skip to content

Commit 78bc1bf

Browse files
committed
styling updates
1 parent 5416229 commit 78bc1bf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
<!-- Le styles -->
1010
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
11+
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
12+
1113
<link href="docs/css/docs.css" rel="stylesheet">
1214
<link href="docs/css/prettify.css" rel="stylesheet">
1315

1416
<style type="text/css">
15-
body {
16-
padding-top: 30px;
17-
padding-bottom: 20px;
17+
.page-content {
18+
padding-top: 15px;
1819
}
19-
2020
.navbar .brand {
2121
padding-left: 75px;
2222
}
@@ -31,7 +31,6 @@
3131
}
3232
}
3333
</style>
34-
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
3534
<script src="jquery/jquery-1.9.1.min.js"></script>
3635
<script src="bootstrap/js/bootstrap.min.js"></script>
3736
<script src="angular/angular.min.js"></script>
@@ -87,7 +86,7 @@
8786
</div>
8887
</div>
8988

90-
<div class="container">
89+
<div class="container page-content">
9190
<section id="introduction">
9291
<h1>Introduction</h1>
9392
<p>Directives in <a target="_new" href="http://angularjs.org">AngularJS</a> is a powerful way of building reusable <em>UI components</em>.

0 commit comments

Comments
 (0)