|
11 | 11 | <script src="assets/plunker.js"></script>
|
12 | 12 | <script src="assets/app.js"></script>
|
13 | 13 |
|
14 |
| - <link href="http://netdna.bootstrapcdn.com/bootstrap/<%= bsversion %>/css/bootstrap.css" rel="stylesheet"/> |
15 |
| - <link href="http://netdna.bootstrapcdn.com/font-awesome/<%= faversion %>/css/font-awesome.min.css" rel="stylesheet"> |
| 14 | + <link href="http://netdna.bootstrapcdn.com/bootstrap/<%= bsversion %>/css/bootstrap.min.css" rel="stylesheet"/> |
| 15 | + <link href="http://netdna.bootstrapcdn.com/bootstrap/<%= bsversion %>/css/bootstrap-glyphicons.css" rel="stylesheet"> |
16 | 16 | <link rel="stylesheet" href="assets/rainbow.css"/>
|
17 | 17 | <link rel="stylesheet" href="assets/demo.css"/>
|
18 | 18 | <link rel="author" href="https://github.com/angular-ui/bootstrap/graphs/contributors">
|
|
53 | 53 | </header>
|
54 | 54 | <div class="header-placeholder"></div>
|
55 | 55 | <div role="main">
|
56 |
| - <header class="hero-unit" id="overview"> |
| 56 | + <header class="jumbotron text-center" id="overview"> |
57 | 57 | <div class="container">
|
58 | 58 | <h1>
|
59 | 59 | UI Bootstrap
|
|
63 | 63 | href="http://angular-ui.github.io">AngularUI Team</a></strong></p>
|
64 | 64 |
|
65 | 65 | <p class="btn-group">
|
66 |
| - <a class="btn" href="https://github.com/angular-ui/bootstrap"><i class="icon-github"></i> Code on Github</a> |
| 66 | + <a class="btn btn-default" href="https://github.com/angular-ui/bootstrap">Code on Github</a> |
67 | 67 | <a class="btn btn-primary" href="https://github.com/angular-ui/bootstrap/tree/gh-pages">
|
68 |
| - <i class="icon-download-alt icon-white"></i> Download <small>(<%= pkg.version%>)</small> |
| 68 | + <i class="glyphicon glyphicon-download-alt"></i> Download <small>(<%= pkg.version%>)</small> |
69 | 69 | </a>
|
70 |
| - <a class="btn" ng-click="showBuildModal()"><i class="icon-wrench"></i> Create a Build</a> |
| 70 | + <a class="btn btn-default" ng-click="showBuildModal()"><i class="glyphicon glyphicon-wrench"></i> Create a Build</a> |
71 | 71 | </p>
|
72 | 72 | </div>
|
73 | 73 | <div class="bs-docs-social">
|
|
116 | 116 | </header>
|
117 | 117 | <div class="container">
|
118 | 118 | <section id="getting_started" class="row">
|
119 |
| - <div class="col-12"> |
| 119 | + <div class="col-md-12"> |
120 | 120 | <div class="page-header">
|
121 | 121 | <h1>Getting started</h1>
|
122 | 122 | </div>
|
@@ -164,25 +164,25 @@ <h3>CSS</h3>
|
164 | 164 | </section>
|
165 | 165 | <% demoModules.forEach(function(module) { %>
|
166 | 166 | <section id="<%= module.name %>" class="row">
|
167 |
| - <div class="col-12"> |
| 167 | + <div class="col-md-12"> |
168 | 168 | <div class="page-header">
|
169 | 169 | <h1><%= module.displayName %><small>
|
170 | 170 | (<a target="_blank" href="https://github.com/angular-ui/bootstrap/tree/master/src/<%= module.name %>">ui.bootstrap.<%= module.name %></a>)
|
171 | 171 | </small></h1>
|
172 | 172 | </div>
|
173 | 173 | <div class="row">
|
174 |
| - <div class="col-6"> |
| 174 | + <div class="col-md-6"> |
175 | 175 | <%= module.docs.html %>
|
176 | 176 | </div>
|
177 |
| - <div class="col-6"> |
| 177 | + <div class="col-md-6"> |
178 | 178 | <%= module.docs.md %>
|
179 | 179 | </div>
|
180 | 180 | </div>
|
181 | 181 | <hr>
|
182 | 182 | <div class="row">
|
183 |
| - <div class="col-12" ng-controller="PlunkerCtrl"> |
| 183 | + <div class="col-md-12" ng-controller="PlunkerCtrl"> |
184 | 184 | <div class="pull-right">
|
185 |
| - <button class="btn btn-info" id="plunk-btn" ng-click="edit('<%= ngversion%>', '<%= bsversion %>', '<%= pkg.version%>', '<%= module.name %>')"><i class="icon-edit icon-white"></i> Edit in plunker</button> |
| 185 | + <button class="btn btn-info" id="plunk-btn" ng-click="edit('<%= ngversion%>', '<%= bsversion %>', '<%= pkg.version%>', '<%= module.name %>')"><i class="glyphicon glyphicon-edit"></i> Edit in plunker</button> |
186 | 186 | </div>
|
187 | 187 | <tabset>
|
188 | 188 | <tab heading="Markup">
|
@@ -229,7 +229,7 @@ <h3 style="text-align: center;">{{buildErrorText}}</h3>
|
229 | 229 | </div>
|
230 | 230 | </div>
|
231 | 231 | <div class="modal-footer">
|
232 |
| - <a class="btn btn-primary" ng-disabled="!selectedModules.length" ng-click="selectedModules.length && downloadBuild()"><i class="icon-download-alt icon-white"></i> Download {{selectedModules.length}} Modules</a> |
| 232 | + <a class="btn btn-primary" ng-disabled="!selectedModules.length" ng-click="selectedModules.length && downloadBuild()"><i class="glyphicon glyphicon-download-alt"></i> Download {{selectedModules.length}} Modules</a> |
233 | 233 | <a class="btn" ng-click="cancel()">Cancel</a>
|
234 | 234 | </div>
|
235 | 235 | </script>
|
|
0 commit comments