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
ef68cf8e
Commit
ef68cf8e
authored
Aug 19, 2013
by
Julian Thilo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new navbar-default class to examples
parent
546b2cc6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
examples/navbar-fixed-top/index.html
examples/navbar-fixed-top/index.html
+1
-1
examples/navbar-static-top/index.html
examples/navbar-static-top/index.html
+1
-1
examples/navbar/index.html
examples/navbar/index.html
+1
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/index.html
+1
-1
examples/theme/index.html
examples/theme/index.html
+1
-1
No files found.
examples/navbar-fixed-top/index.html
View file @
ef68cf8e
...
...
@@ -25,7 +25,7 @@
<body>
<!-- Fixed navbar -->
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar navbar-
default navbar-
fixed-top"
>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
...
...
examples/navbar-static-top/index.html
View file @
ef68cf8e
...
...
@@ -25,7 +25,7 @@
<body>
<!-- Static navbar -->
<div
class=
"navbar navbar-static-top"
>
<div
class=
"navbar navbar-
default navbar-
static-top"
>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
...
...
examples/navbar/index.html
View file @
ef68cf8e
...
...
@@ -27,7 +27,7 @@
<div
class=
"container"
>
<!-- Static navbar -->
<div
class=
"navbar"
>
<div
class=
"navbar
navbar-default
"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"icon-bar"
></span>
...
...
examples/sticky-footer-navbar/index.html
View file @
ef68cf8e
...
...
@@ -28,7 +28,7 @@
<div
id=
"wrap"
>
<!-- Fixed navbar -->
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar navbar-
default navbar-
fixed-top"
>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
...
...
examples/theme/index.html
View file @
ef68cf8e
...
...
@@ -140,7 +140,7 @@
<h1>
Navbars
</h1>
</div>
<div
class=
"navbar"
>
<div
class=
"navbar
navbar-default
"
>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
...
...
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