Skip to content
GitLab
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
6a74a313
Commit
6a74a313
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
tweak css for topbar to bring back z-index fix; update javascript markup and some heading text
parent
3407ed94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/docs.css
+3
-0
docs/assets/css/docs.css
docs/javascript.html
+6
-6
docs/javascript.html
with
9 additions
and
6 deletions
+9
-6
docs/assets/css/docs.css
+
3
-
0
View file @
6a74a313
...
@@ -270,6 +270,9 @@ section > .row {
...
@@ -270,6 +270,9 @@ section > .row {
/* Topbar in js docs
/* Topbar in js docs
------------------------- */
------------------------- */
#bootstrap-js
.topbar-wrapper
{
z-index
:
1
;
}
#bootstrap-js
.topbar-wrapper
.topbar
{
#bootstrap-js
.topbar-wrapper
.topbar
{
position
:
absolute
;
position
:
absolute
;
margin
:
0
-20px
;
margin
:
0
-20px
;
...
...
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
6
-
6
View file @
6a74a313
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<a
href=
"../js/bootstrap-modal.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
<a
href=
"../js/bootstrap-modal.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
</div>
</div>
<div
class=
"span12 columns"
>
<div
class=
"span12 columns"
>
<h
2
>
Using bootstrap-modal
</h
2
>
<h
3
>
Using bootstrap-modal
</h
3
>
<pre
class=
"prettyprint linenums"
>
$('#modal-content').modal(options)
</pre>
<pre
class=
"prettyprint linenums"
>
$('#modal-content').modal(options)
</pre>
<h3>
Options
</h3>
<h3>
Options
</h3>
<ul>
<ul>
...
@@ -175,7 +175,7 @@ $('#modal-content')
...
@@ -175,7 +175,7 @@ $('#modal-content')
<a
href=
"../js/bootstrap-dropdown.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
<a
href=
"../js/bootstrap-dropdown.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
</div>
</div>
<div
class=
"span12 columns"
>
<div
class=
"span12 columns"
>
<h
2
>
Using boostrap-dropdown.js
</h
2
>
<h
3
>
Using boostrap-dropdown.js
</h
3
>
<pre
class=
"prettyprint linenums"
>
$('#topbar').dropdown()
</pre>
<pre
class=
"prettyprint linenums"
>
$('#topbar').dropdown()
</pre>
<h3>
Method
</h3>
<h3>
Method
</h3>
<h4>
$().dropdown
</h4>
<h4>
$().dropdown
</h4>
...
@@ -241,7 +241,7 @@ $('#modal-content')
...
@@ -241,7 +241,7 @@ $('#modal-content')
<a
href=
"../js/bootstrap-tabs.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
<a
href=
"../js/bootstrap-tabs.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
</div>
</div>
<div
class=
"span12 columns"
>
<div
class=
"span12 columns"
>
<h
2
>
Using boostrap-tabs.js
</h
2
>
<h
3
>
Using boostrap-tabs.js
</h
3
>
<pre
class=
"prettyprint linenums"
>
$('.tabs').tabs()
</pre>
<pre
class=
"prettyprint linenums"
>
$('.tabs').tabs()
</pre>
<h3>
Method
</h3>
<h3>
Method
</h3>
<h4>
$().tabs or $().pills
</h4>
<h4>
$().tabs or $().pills
</h4>
...
@@ -308,7 +308,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
...
@@ -308,7 +308,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
<a
href=
"../js/bootstrap-twipsy.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
<a
href=
"../js/bootstrap-twipsy.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
</div>
</div>
<div
class=
"span12 columns"
>
<div
class=
"span12 columns"
>
<h
2
>
Using bootstrap-twipsy.js
</h
2
>
<h
3
>
Using bootstrap-twipsy.js
</h
3
>
<pre
class=
"prettyprint linenums"
>
$('#example').twipsy(options)
</pre>
<pre
class=
"prettyprint linenums"
>
$('#example').twipsy(options)
</pre>
<h3>
Options
</h3>
<h3>
Options
</h3>
<ul>
<ul>
...
@@ -363,7 +363,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
...
@@ -363,7 +363,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
<a
href=
"../js/bootstrap-popover.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
<a
href=
"../js/bootstrap-popover.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
</div>
</div>
<div
class=
"span12 columns"
>
<div
class=
"span12 columns"
>
<h
2
>
Using boostrap-popover.js
</h
2
>
<h
3
>
Using boostrap-popover.js
</h
3
>
<pre
class=
"prettyprint linenums"
>
$('#example').popover(options)
</pre>
<pre
class=
"prettyprint linenums"
>
$('#example').popover(options)
</pre>
<h3>
Options
</h3>
<h3>
Options
</h3>
<ul>
<ul>
...
@@ -417,7 +417,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
...
@@ -417,7 +417,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
<a
href=
"../js/bootstrap-alerts.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
<a
href=
"../js/bootstrap-alerts.js"
target=
"_blank"
class=
"btn primary"
>
Download
</a>
</div>
</div>
<div
class=
"span12 columns"
>
<div
class=
"span12 columns"
>
<h
2
>
Using bootstrap-alert
</h
2
>
<h
3
>
Using bootstrap-alert
s.js
</h
3
>
<pre
class=
"prettyprint linenums"
>
$(".alert-message").alert()
</pre>
<pre
class=
"prettyprint linenums"
>
$(".alert-message").alert()
</pre>
<h3>
Methods
</h3>
<h3>
Methods
</h3>
<h4>
$().alert
</h4>
<h4>
$().alert
</h4>
...
...
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