This commit is contained in:
Mark Otto 2015-04-25 13:20:59 -07:00
parent ed319e3178
commit 3117c98f13
4 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,6 @@
- title: User input
- title: Sample output
- title: Tables
- title: Jumbotron
- title: Buttons
sections:
- title: Examples
@ -116,11 +115,10 @@
- title: Segmented buttons
- title: Accessibility
- title: Dropdowns
- title: Jumbotron
- title: Badges
- title: Label
- title: Alerts
- title: Navs
- title: Navbar
- title: Card
sections:
- title: Basic example
@ -133,6 +131,8 @@
- title: Groups
- title: Sets
- title: Columns
- title: Navs
- title: Navbar
- title: Breadcrumb
- title: Pagination
- title: Progress

View File

@ -1,6 +1,6 @@
<header class="navbar navbar-static-top bd-sidebar" id="top" role="banner">
<a href="{{ site.baseurl }}/" class="navbar-brand">
Bootstrap v4 alpha
Bootstrap 4 Alpha
</a>
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#docsNavbarContent">

View File

@ -1,5 +1,5 @@
<header class="bd-header" role="banner">
<a class="bd-header-mark" href="{{ site.baseurl }}">Bootstrap 4 alpha</a>
<a class="bd-header-mark" href="{{ site.baseurl }}">Bootstrap 4 Alpha</a>
<nav class="nav nav-pills bd-header-nav">
<a class="nav-link" href="{{ site.baseurl }}/getting-started/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a>

File diff suppressed because one or more lines are too long