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
73453c7f
Commit
73453c7f
authored
Apr 24, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes for build in preperation for 2.0.3 release
parent
b8b1ffde
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+4
-4
docs/assets/js/application.js
docs/assets/js/application.js
+1
-2
docs/download.html
docs/download.html
+1
-1
docs/templates/pages/download.mustache
docs/templates/pages/download.mustache
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
73453c7f
...
@@ -4631,15 +4631,15 @@ a.badge:hover {
...
@@ -4631,15 +4631,15 @@ a.badge:hover {
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-transition
:
width
0.6s
ease
;
-webkit-transition
:
width
0.6s
ease
;
-moz-transition
:
width
0.6s
ease
;
-moz-transition
:
width
0.6s
ease
;
-ms-transition
:
width
0.6s
ease
;
-ms-transition
:
width
0.6s
ease
;
-o-transition
:
width
0.6s
ease
;
-o-transition
:
width
0.6s
ease
;
transition
:
width
0.6s
ease
;
transition
:
width
0.6s
ease
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
.progress-striped
.bar
{
.progress-striped
.bar
{
...
...
docs/assets/js/application.js
View file @
73453c7f
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
$
.
ajax
({
$
.
ajax
({
type
:
'
POST
'
type
:
'
POST
'
,
url
:
'
http://bootstrap.herokuapp.com
'
,
url
:
/
\?
dev/
.
test
(
window
.
location
)
?
'
http://localhost:3000
'
:
'
http://bootstrap.herokuapp.com
'
,
dataType
:
'
jsonpi
'
,
dataType
:
'
jsonpi
'
,
params
:
{
,
params
:
{
js
:
js
js
:
js
...
@@ -147,7 +147,6 @@
...
@@ -147,7 +147,6 @@
}
}
})
})
})
})
})
})
// Modified from the original jsonpi https://github.com/benvinegar/jquery-jsonpi
// Modified from the original jsonpi https://github.com/benvinegar/jquery-jsonpi
...
...
docs/download.html
View file @
73453c7f
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<h3>
Base CSS
</h3>
<h3>
Base CSS
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"type.less"
>
Headings, body, etc
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"type.less"
>
Headings, body, etc
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"code.less"
>
Code and pre
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"code.less"
>
Code and pre
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"labels.less"
>
Labels and badges
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"labels
-badges
.less"
>
Labels and badges
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tables.less"
>
Tables
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tables.less"
>
Tables
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"forms.less"
>
Forms
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"forms.less"
>
Forms
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"buttons.less"
>
Buttons
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"buttons.less"
>
Buttons
</label>
...
...
docs/templates/pages/download.mustache
View file @
73453c7f
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<h3>
{{
_i
}}
Base CSS
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Base CSS
{{/
i
}}
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"type.less"
>
{{
_i
}}
Headings, body, etc
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"type.less"
>
{{
_i
}}
Headings, body, etc
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"code.less"
>
{{
_i
}}
Code and pre
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"code.less"
>
{{
_i
}}
Code and pre
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"labels.less"
>
{{
_i
}}
Labels and badges
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"labels
-badges
.less"
>
{{
_i
}}
Labels and badges
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tables.less"
>
{{
_i
}}
Tables
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tables.less"
>
{{
_i
}}
Tables
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"forms.less"
>
{{
_i
}}
Forms
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"forms.less"
>
{{
_i
}}
Forms
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"buttons.less"
>
{{
_i
}}
Buttons
{{/
i
}}
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"buttons.less"
>
{{
_i
}}
Buttons
{{/
i
}}
</label>
...
...
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