File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<!-- Le styles -->
10
10
< link href ="bootstrap/css/bootstrap.css " rel ="stylesheet ">
11
+ < link href ="bootstrap/css/bootstrap-responsive.css " rel ="stylesheet ">
12
+
11
13
< link href ="docs/css/docs.css " rel ="stylesheet ">
12
14
< link href ="docs/css/prettify.css " rel ="stylesheet ">
13
15
14
16
< style type ="text/css ">
15
- body {
16
- padding-top : 30px ;
17
- padding-bottom : 20px ;
17
+ .page-content {
18
+ padding-top : 15px ;
18
19
}
19
-
20
20
.navbar .brand {
21
21
padding-left : 75px ;
22
22
}
31
31
}
32
32
}
33
33
</ style >
34
- < link href ="bootstrap/css/bootstrap-responsive.css " rel ="stylesheet ">
35
34
< script src ="jquery/jquery-1.9.1.min.js "> </ script >
36
35
< script src ="bootstrap/js/bootstrap.min.js "> </ script >
37
36
< script src ="angular/angular.min.js "> </ script >
87
86
</ div >
88
87
</ div >
89
88
90
- < div class ="container ">
89
+ < div class ="container page-content ">
91
90
< section id ="introduction ">
92
91
< h1 > Introduction</ h1 >
93
92
< p > Directives in < a target ="_new " href ="http://angularjs.org "> AngularJS</ a > is a powerful way of building reusable < em > UI components</ em > .
You can’t perform that action at this time.
0 commit comments