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
bcc6fe5b
Commit
bcc6fe5b
authored
Jul 28, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
parents
b0225c07
af902828
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
assets/css/docs.css
assets/css/docs.css
+0
-1
javascript.html
javascript.html
+2
-2
No files found.
assets/css/docs.css
View file @
bcc6fe5b
...
@@ -388,7 +388,6 @@ body {
...
@@ -388,7 +388,6 @@ body {
.bs-example-type
.table
td
{
.bs-example-type
.table
td
{
color
:
#999
;
color
:
#999
;
vertical-align
:
middle
;
vertical-align
:
middle
;
border-color
:
;
}
}
.bs-example-type
.table
td
,
.bs-example-type
.table
td
,
.bs-example-type
.table
th
{
.bs-example-type
.table
th
{
...
...
javascript.html
View file @
bcc6fe5b
...
@@ -742,10 +742,10 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
...
@@ -742,10 +742,10 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
<h3>
Four directions
</h3>
<h3>
Four directions
</h3>
<div
class=
"bs-example tooltip-demo"
>
<div
class=
"bs-example tooltip-demo"
>
<div
class=
"bs-example-tooltips"
>
<div
class=
"bs-example-tooltips"
>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Tooltip on left"
>
Tooltip on left
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"top"
title=
"Tooltip on top"
>
Tooltip on top
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"top"
title=
"Tooltip on top"
>
Tooltip on top
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"Tooltip on right"
>
Tooltip on right
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Tooltip on bottom"
>
Tooltip on bottom
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Tooltip on bottom"
>
Tooltip on bottom
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"
left"
title=
"Tooltip on left"
>
Tooltip on lef
t
</button>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"tooltip"
data-placement=
"
right"
title=
"Tooltip on right"
>
Tooltip on righ
t
</button>
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
...
...
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