Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
a9e9d9d5
Commit
a9e9d9d5
authored
Mar 25, 2013
by
mo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed all the .brand in navbar to .navbar-brand
parent
c6343a9d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
docs/examples/carousel.html
docs/examples/carousel.html
+1
-1
docs/examples/jumbotron.html
docs/examples/jumbotron.html
+1
-1
docs/examples/starter-template.html
docs/examples/starter-template.html
+2
-2
docs/examples/sticky-footer-navbar.html
docs/examples/sticky-footer-navbar.html
+1
-1
docs/javascript.html
docs/javascript.html
+2
-2
No files found.
docs/examples/carousel.html
View file @
a9e9d9d5
...
...
@@ -263,7 +263,7 @@ body {
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"brand"
href=
"#"
>
Project name
</a>
<a
class=
"
navbar-
brand"
href=
"#"
>
Project name
</a>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
...
...
docs/examples/jumbotron.html
View file @
a9e9d9d5
...
...
@@ -44,7 +44,7 @@ title: Jumbotron template
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</a>
<a
class=
"brand"
href=
"#"
>
Project name
</a>
<a
class=
"
navbar-
brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
...
...
docs/examples/starter-template.html
View file @
a9e9d9d5
...
...
@@ -23,7 +23,7 @@ title: Starter template
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"brand"
href=
"#"
>
Project name
</a>
<a
class=
"
navbar-
brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
...
...
docs/examples/sticky-footer-navbar.html
View file @
a9e9d9d5
...
...
@@ -75,7 +75,7 @@ title: Sticky footer with navbar template
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"brand"
href=
"#"
>
Project name
</a>
<a
class=
"
navbar-
brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
...
...
docs/javascript.html
View file @
a9e9d9d5
...
...
@@ -369,7 +369,7 @@ $('#myModal').on('hidden', function () {
<div
id=
"navbar-example"
class=
"navbar navbar-static"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
style=
"width: auto;"
>
<a
class=
"brand"
href=
"#"
>
Project Name
</a>
<a
class=
"
navbar-
brand"
href=
"#"
>
Project Name
</a>
<ul
class=
"nav"
role=
"navigation"
>
<li
class=
"dropdown"
>
<a
id=
"drop1"
href=
"#"
role=
"button"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<b
class=
"caret"
></b></a>
...
...
@@ -504,7 +504,7 @@ $('.dropdown-toggle').dropdown()
<div
id=
"navbarExample"
class=
"navbar navbar-static"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
style=
"width: auto;"
>
<a
class=
"brand"
href=
"#"
>
Project Name
</a>
<a
class=
"
navbar-
brand"
href=
"#"
>
Project Name
</a>
<ul
class=
"nav"
>
<li><a
href=
"#fat"
>
@fat
</a></li>
<li><a
href=
"#mdo"
>
@mdo
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment