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
c6ad3a8d
Commit
c6ad3a8d
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
update docs to use .{tooltip,popover}-{left,right,top,bottom}
parent
d46a12e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/_includes/js/popovers.html
+4
-4
docs/_includes/js/popovers.html
docs/_includes/js/tooltips.html
+4
-4
docs/_includes/js/tooltips.html
docs/javascript/popovers.md
+4
-4
docs/javascript/popovers.md
with
12 additions
and
12 deletions
+12
-12
docs/_includes/js/popovers.html
+
4
-
4
View file @
c6ad3a8d
...
...
@@ -39,7 +39,7 @@ $(function () {
<h3>
Static popover
</h3>
<p>
Four options are available: top, right, bottom, and left aligned.
</p>
<div
class=
"bs-example bs-example-popover"
>
<div
class=
"popover top"
>
<div
class=
"popover
popover-
top"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover top
</h3>
<div
class=
"popover-content"
>
...
...
@@ -47,7 +47,7 @@ $(function () {
</div>
</div>
<div
class=
"popover right"
>
<div
class=
"popover
popover-
right"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover right
</h3>
<div
class=
"popover-content"
>
...
...
@@ -55,7 +55,7 @@ $(function () {
</div>
</div>
<div
class=
"popover bottom"
>
<div
class=
"popover
popover-
bottom"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover bottom
</h3>
...
...
@@ -64,7 +64,7 @@ $(function () {
</div>
</div>
<div
class=
"popover left"
>
<div
class=
"popover
popover-
left"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover left
</h3>
<div
class=
"popover-content"
>
...
...
This diff is collapsed.
Click to expand it.
docs/_includes/js/tooltips.html
+
4
-
4
View file @
c6ad3a8d
...
...
@@ -12,25 +12,25 @@
<h3>
Static tooltip
</h3>
<p>
Four options are available: top, right, bottom, and left aligned.
</p>
<div
class=
"bs-example bs-example-tooltip"
>
<div
class=
"tooltip left"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
left"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the left
</div>
</div>
<div
class=
"tooltip top"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
top"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the top
</div>
</div>
<div
class=
"tooltip bottom"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
bottom"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the bottom
</div>
</div>
<div
class=
"tooltip right"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
right"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the right
...
...
This diff is collapsed.
Click to expand it.
docs/javascript/popovers.md
+
4
-
4
View file @
c6ad3a8d
...
...
@@ -43,7 +43,7 @@ $(function () {
Four options are available: top, right, bottom, and left aligned.
<div
class=
"bs-example bs-example-popover"
>
<div
class=
"popover top"
>
<div
class=
"popover
popover-
top"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover top
</h3>
<div
class=
"popover-content"
>
...
...
@@ -51,7 +51,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
<div
class=
"popover right"
>
<div
class=
"popover
popover-
right"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover right
</h3>
<div
class=
"popover-content"
>
...
...
@@ -59,7 +59,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
<div
class=
"popover bottom"
>
<div
class=
"popover
popover-
bottom"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover bottom
</h3>
...
...
@@ -68,7 +68,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
<div
class=
"popover left"
>
<div
class=
"popover
popover-
left"
>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover left
</h3>
<div
class=
"popover-content"
>
...
...
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