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
499cca21
Commit
499cca21
authored
11 years ago
by
fat
Browse files
Options
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
d21369c1
d43eb0a5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Gruntfile.js
+13
-4
Gruntfile.js
components.html
+4
-4
components.html
docs-assets/js/customize.js
+3
-3
docs-assets/js/customize.js
with
20 additions
and
11 deletions
+20
-11
Gruntfile.js
+
13
-
4
View file @
499cca21
...
...
@@ -96,15 +96,24 @@ module.exports = function (grunt) {
},
uglify
:
{
options
:
{
banner
:
'
<%= banner %>
\n
'
,
report
:
'
min
'
},
bootstrap
:
{
options
:
{
banner
:
'
<%= banner %>
\n
'
,
report
:
'
min
'
},
src
:
[
'
<%= concat.bootstrap.dest %>
'
],
dest
:
'
dist/js/<%= pkg.name %>.min.js
'
},
customize
:
{
options
:
{
banner
:
'
/*!
\n
'
+
'
* Bootstrap Docs (<%= pkg.homepage %>)
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
\n
'
+
'
* details, see http://creativecommons.org/licenses/by/3.0/.
\n
'
+
'
*/
\n
'
,
report
:
'
min
'
},
src
:
[
'
docs-assets/js/less.js
'
,
'
docs-assets/js/jszip.js
'
,
...
...
This diff is collapsed.
Click to expand it.
components.html
+
4
-
4
View file @
499cca21
...
...
@@ -2151,7 +2151,7 @@ body { padding-bottom: 70px; }
<strong>
Heads up!
</strong>
This alert needs your attention, but it's not super important.
</div>
<div
class=
"alert alert-warning"
>
<strong>
Warning!
</strong>
Be
s
t check yo
self, you're not looking too good.
<strong>
Warning!
</strong>
Bet
ter
check yo
ur
self, you're not looking too good.
</div>
<div
class=
"alert alert-danger"
>
<strong>
Oh snap!
</strong>
Change a few things up and try submitting again.
...
...
@@ -2169,13 +2169,13 @@ body { padding-bottom: 70px; }
<div
class=
"bs-example"
>
<div
class=
"alert alert-warning alert-dismissable"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
<strong>
Warning!
</strong>
Be
s
t check yo
self, you're not looking too good.
<strong>
Warning!
</strong>
Bet
ter
check yo
ur
self, you're not looking too good.
</div>
</div>
{% highlight html %}
<div
class=
"alert alert-warning alert-dismissable"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
<strong>
Warning!
</strong>
Be
s
t check yo
self, you're not looking too good.
<strong>
Warning!
</strong>
Bet
ter
check yo
ur
self, you're not looking too good.
</div>
{% endhighlight %}
...
...
@@ -2194,7 +2194,7 @@ body { padding-bottom: 70px; }
<strong>
Heads up!
</strong>
This
<a
href=
"#"
class=
"alert-link"
>
alert needs your attention
</a>
, but it's not super important.
</div>
<div
class=
"alert alert-warning"
>
<strong>
Warning!
</strong>
Be
s
t check yo
self, you're
<a
href=
"#"
class=
"alert-link"
>
not looking too good
</a>
.
<strong>
Warning!
</strong>
Bet
ter
check yo
ur
self, you're
<a
href=
"#"
class=
"alert-link"
>
not looking too good
</a>
.
</div>
<div
class=
"alert alert-danger"
>
<strong>
Oh snap!
</strong>
<a
href=
"#"
class=
"alert-link"
>
Change a few things up
</a>
and try submitting again.
...
...
This diff is collapsed.
Click to expand it.
docs-assets/js/customize.js
+
3
-
3
View file @
499cca21
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