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
57ba4944
Commit
57ba4944
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
running make
parent
1fc0d2c0
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap.css
+10
-7
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap.js
+14
-7
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
with
25 additions
and
15 deletions
+25
-15
docs/assets/css/bootstrap.css
+
10
-
7
View file @
57ba4944
...
@@ -4796,19 +4796,19 @@ a.thumbnail:focus {
...
@@ -4796,19 +4796,19 @@ a.thumbnail:focus {
}
}
.label
[
href
]
:hover
,
.label
[
href
]
:hover
,
a
.label
:hover
,
.label
[
href
]
:focus
{
.label
[
href
]
:focus
,
a
.label
:focus
{
color
:
#fff
;
color
:
#fff
;
text-decoration
:
none
;
text-decoration
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
background-color
:
#808080
;
}
}
.label-danger
{
.label-danger
{
background-color
:
#d9534f
;
background-color
:
#d9534f
;
}
}
.label-danger
[
href
]
{
.label-danger
[
href
]
:hover
,
.label-danger
[
href
]
:focus
{
background-color
:
#c9302c
;
background-color
:
#c9302c
;
}
}
...
@@ -4816,7 +4816,8 @@ a.label:focus {
...
@@ -4816,7 +4816,8 @@ a.label:focus {
background-color
:
#5cb85c
;
background-color
:
#5cb85c
;
}
}
.label-success
[
href
]
{
.label-success
[
href
]
:hover
,
.label-success
[
href
]
:focus
{
background-color
:
#449d44
;
background-color
:
#449d44
;
}
}
...
@@ -4824,7 +4825,8 @@ a.label:focus {
...
@@ -4824,7 +4825,8 @@ a.label:focus {
background-color
:
#f0ad4e
;
background-color
:
#f0ad4e
;
}
}
.label-warning
[
href
]
{
.label-warning
[
href
]
:hover
,
.label-warning
[
href
]
:focus
{
background-color
:
#ec971f
;
background-color
:
#ec971f
;
}
}
...
@@ -4832,7 +4834,8 @@ a.label:focus {
...
@@ -4832,7 +4834,8 @@ a.label:focus {
background-color
:
#5bc0de
;
background-color
:
#5bc0de
;
}
}
.label-info
[
href
]
{
.label-info
[
href
]
:hover
,
.label-info
[
href
]
:focus
{
background-color
:
#31b0d5
;
background-color
:
#31b0d5
;
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
14
-
7
View file @
57ba4944
...
@@ -57,7 +57,8 @@
...
@@ -57,7 +57,8 @@
})
})
}(
window
.
jQuery
);
/* ==========================================================
}(
window
.
jQuery
);
/* ==========================================================
* bootstrap-alert.js v3.0.0
* bootstrap-alert.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#alerts
* http://twitter.github.com/bootstrap/javascript.html#alerts
* ==========================================================
* ==========================================================
...
@@ -155,7 +156,8 @@
...
@@ -155,7 +156,8 @@
$
(
document
).
on
(
'
click.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
$
(
document
).
on
(
'
click.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
}(
window
.
jQuery
);
/* ============================================================
}(
window
.
jQuery
);
/* ============================================================
* bootstrap-button.js v3.0.0
* bootstrap-button.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#buttons
* http://twitter.github.com/bootstrap/javascript.html#buttons
* ============================================================
* ============================================================
...
@@ -259,7 +261,8 @@
...
@@ -259,7 +261,8 @@
$btn
.
button
(
'
toggle
'
)
$btn
.
button
(
'
toggle
'
)
})
})
}(
window
.
jQuery
);
/* ==========================================================
}(
window
.
jQuery
);
/* ==========================================================
* bootstrap-carousel.js v3.0.0
* bootstrap-carousel.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#carousel
* http://twitter.github.com/bootstrap/javascript.html#carousel
* ==========================================================
* ==========================================================
...
@@ -465,7 +468,8 @@
...
@@ -465,7 +468,8 @@
e
.
preventDefault
()
e
.
preventDefault
()
})
})
}(
window
.
jQuery
);
/* =============================================================
}(
window
.
jQuery
);
/* =============================================================
* bootstrap-collapse.js v3.0.0
* bootstrap-collapse.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#collapse
* http://twitter.github.com/bootstrap/javascript.html#collapse
* =============================================================
* =============================================================
...
@@ -631,7 +635,8 @@
...
@@ -631,7 +635,8 @@
$
(
target
).
collapse
(
option
)
$
(
target
).
collapse
(
option
)
})
})
}(
window
.
jQuery
);
/* ============================================================
}(
window
.
jQuery
);
/* ============================================================
* bootstrap-dropdown.js v3.0.0
* bootstrap-dropdown.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
* ============================================================
* ============================================================
...
@@ -1683,7 +1688,8 @@
...
@@ -1683,7 +1688,8 @@
})
})
})
})
}(
window
.
jQuery
);
/* ========================================================
}(
window
.
jQuery
);
/* ========================================================
* bootstrap-tab.js v3.0.0
* bootstrap-tab.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#tabs
* http://twitter.github.com/bootstrap/javascript.html#tabs
* ========================================================
* ========================================================
...
@@ -1826,7 +1832,8 @@
...
@@ -1826,7 +1832,8 @@
$
(
this
).
tab
(
'
show
'
)
$
(
this
).
tab
(
'
show
'
)
})
})
}(
window
.
jQuery
);
/* =============================================================
}(
window
.
jQuery
);
/* =============================================================
* bootstrap-typeahead.js v3.0.0
* bootstrap-typeahead.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#typeahead
* http://twitter.github.com/bootstrap/javascript.html#typeahead
* =============================================================
* =============================================================
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
57ba4944
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