Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b5acabe4
Commit
b5acabe4
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix broken topbars in javascript
parent
ec8619a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/javascript.html
+8
-8
docs/javascript.html
with
8 additions
and
8 deletions
+8
-8
docs/javascript.html
+
8
-
8
View file @
b5acabe4
...
...
@@ -242,8 +242,8 @@ $('#my-modal').bind('hidden', function () {
<div
id=
"topbar-example"
class=
"topbar"
data-dropdown=
"dropdown"
>
<div
class=
"topbar-inner"
>
<div
class=
"container"
>
<
h3><a
href=
"#"
>
Project Name
</a>
</h3>
<ul>
<
a
class=
"brand"
href=
"#"
>
Project Name
</a>
<ul
class=
"nav"
>
<li><a
href=
"#"
>
Link
</a></li>
<li><a
href=
"#"
>
Link
</a></li>
</ul>
...
...
@@ -251,18 +251,18 @@ $('#my-modal').bind('hidden', function () {
<input
type=
"text"
placeholder=
"Search"
/>
</form>
<ul
class=
"nav secondary-nav"
>
<li
class=
"
menu
"
>
<a
href=
"#"
class=
"
menu
"
>
Dropdown 1
</a>
<ul
class=
"
menu-
dropdown"
>
<li
class=
"
dropdown
"
>
<a
href=
"#"
class=
"
dropdown-toggle
"
>
Dropdown 1
</a>
<ul
class=
"dropdown
-menu
"
>
<li><a
href=
"#"
>
Secondary link
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Another link
</a></li>
</ul>
</li>
<li
class=
"
menu
"
>
<a
href=
"#"
class=
"
menu
"
>
Dropdown 2
</a>
<ul
class=
"
menu-
dropdown"
>
<li
class=
"
dropdown
"
>
<a
href=
"#"
class=
"
dropdown-toggle
"
>
Dropdown 2
</a>
<ul
class=
"dropdown
-menu
"
>
<li><a
href=
"#"
>
Secondary link
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets