Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5ce17ef

Browse files
ttam3d0tbosch
authored andcommitted
docs(tutorial/step_03): sync markup with angular-phonecat
Update from Bootstrap 2.3 to 3.1 changed "span" to "col" tags Closes #7172
1 parent b1559be commit 5ce17ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorial/step_03.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ __`app/index.html`:__
2828

2929
```html
3030
<div class="container-fluid">
31-
<div class="row-fluid">
32-
<div class="span2">
31+
<div class="row">
32+
<div class="col-md-2">
3333
<!--Sidebar content-->
3434

3535
Search: <input ng-model="query">
3636

3737
</div>
38-
<div class="span10">
38+
<div class="col-md-10">
3939
<!--Body content-->
4040

4141
<ul class="phones">

0 commit comments

Comments
 (0)