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
dc2deb9a
Commit
dc2deb9a
authored
Jan 26, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving structure around + more work on builder...
parent
e0e54d9c
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
100 additions
and
91 deletions
+100
-91
Makefile
Makefile
+3
-3
bootstrap-responsive.min.css
bootstrap-responsive.min.css
+1
-1
bootstrap.css
bootstrap.css
+4
-4
bootstrap.min.css
bootstrap.min.css
+3
-3
docs/assets/js/application.js
docs/assets/js/application.js
+12
-4
docs/download.html
docs/download.html
+37
-37
docs/scaffolding.html
docs/scaffolding.html
+1
-0
docs/templates/pages/download.mustache
docs/templates/pages/download.mustache
+37
-37
img/glyphicons-halflings-sprite-white.png
img/glyphicons-halflings-sprite-white.png
+0
-0
img/glyphicons-halflings-sprite.png
img/glyphicons-halflings-sprite.png
+0
-0
less/accordion.less
less/accordion.less
+0
-0
less/alerts.less
less/alerts.less
+0
-0
less/bootstrap.less
less/bootstrap.less
+0
-0
less/breadcrumbs.less
less/breadcrumbs.less
+0
-0
less/button-groups.less
less/button-groups.less
+0
-0
less/buttons.less
less/buttons.less
+0
-0
less/carousel.less
less/carousel.less
+0
-0
less/close.less
less/close.less
+0
-0
less/code.less
less/code.less
+0
-0
less/component-animations.less
less/component-animations.less
+0
-0
less/dropdowns.less
less/dropdowns.less
+0
-0
less/forms.less
less/forms.less
+0
-0
less/grid.less
less/grid.less
+0
-0
less/hero-unit.less
less/hero-unit.less
+0
-0
less/labels.less
less/labels.less
+0
-0
less/layouts.less
less/layouts.less
+0
-0
less/mixins.less
less/mixins.less
+0
-0
less/modals.less
less/modals.less
+0
-0
less/navbar.less
less/navbar.less
+0
-0
less/navs.less
less/navs.less
+0
-0
less/pager.less
less/pager.less
+0
-0
less/pagination.less
less/pagination.less
+0
-0
less/patterns.less
less/patterns.less
+0
-0
less/popovers.less
less/popovers.less
+0
-0
less/print.less
less/print.less
+0
-0
less/progress-bars.less
less/progress-bars.less
+0
-0
less/reset.less
less/reset.less
+0
-0
less/responsive.less
less/responsive.less
+0
-0
less/scaffolding.less
less/scaffolding.less
+0
-0
less/sprites.less
less/sprites.less
+2
-2
less/tables.less
less/tables.less
+0
-0
less/thumbnails.less
less/thumbnails.less
+0
-0
less/tooltip.less
less/tooltip.less
+0
-0
less/type.less
less/type.less
+0
-0
less/utilities.less
less/utilities.less
+0
-0
less/variables.less
less/variables.less
+0
-0
less/wells.less
less/wells.less
+0
-0
No files found.
Makefile
View file @
dc2deb9a
VERSION
=
2.0.0
BOOTSTRAP
=
./bootstrap.css
BOOTSTRAP_MIN
=
./bootstrap.min.css
BOOTSTRAP_LESS
=
./l
ib
/bootstrap.less
BOOTSTRAP_LESS
=
./l
ess
/bootstrap.less
BOOTSTRAP_RESPONSIVE
=
./bootstrap-responsive.css
BOOTSTRAP_RESPONSIVE_MIN
=
./bootstrap-responsive.min.css
BOOTSTRAP_RESPONSIVE_LESS
=
./l
ib
/responsive.less
BOOTSTRAP_RESPONSIVE_LESS
=
./l
ess
/responsive.less
LESS_COMPRESSOR
?=
`
which lessc
`
UGLIFY_JS
?=
`
which uglifyjs
`
WATCHR
?=
`
which watchr
`
...
...
@@ -36,7 +36,7 @@ build:
watch
:
@
@if
test
!
-z
${WATCHR}
;
then
\
echo
"Watching less files..."
;
\
watchr
-e
"watch('l
ib
/.*
\.
less') { system 'make' }"
;
\
watchr
-e
"watch('l
ess
/.*
\.
less') { system 'make' }"
;
\
else
\
echo
"You must have the watchr installed in order to watch Bootstrap Less files."
;
\
echo
"You can install it by running: gem install watchr"
;
\
...
...
bootstrap-responsive.min.css
View file @
dc2deb9a
.hidden
{
display
:
none
;
visibility
:
hidden
;}
@media
(
max-width
:
480px
){
.navbar
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.navbar
.nav
>
li
{
float
:
none
;
display
:
none
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.navbar
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
.nav
>
.active
>
a
{
background-color
:
transparent
;}
.navbar
.nav
>
.active
>
a
:hover
{
background-color
:
#333
;}
.navbar
.nav
>
.active
>
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
content
:
"↓"
;}
.navbar
.nav
:hover
>
li
{
display
:
block
;}
.navbar
.nav
:hover
>
li
>
a
:hover
{
background-color
:
#333
;}
.form-horizontal
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.form-horizontal
.controls
{
margin-left
:
0
;}
.form-horizontal
.control-list
{
padding-top
:
0
;}
.form-horizontal
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
margin
:
0
;}
.modal.fade.in
{
top
:
auto
;}
.modal-header
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.navbar-fixed
{
position
:
absolute
;}
.navbar-fixed
.nav
{
float
:
none
;}
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
84px
;}
.offset2
{
margin-left
:
148px
;}
.offset3
{
margin-left
:
212px
;}
.offset4
{
margin-left
:
276px
;}
.offset5
{
margin-left
:
340px
;}
.offset6
{
margin-left
:
404px
;}
.offset7
{
margin-left
:
468px
;}
.offset8
{
margin-left
:
532px
;}
.offset9
{
margin-left
:
596px
;}
.offset10
{
margin-left
:
660px
;}
.offset11
{
margin-left
:
724px
;}
.offset12
{
margin-left
:
788px
;}}
@media
(
max-width
:
480px
){
.navbar
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.navbar
.nav
>
li
{
float
:
none
;
display
:
none
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.navbar
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
.nav
>
.active
>
a
{
background-color
:
transparent
;}
.navbar
.nav
>
.active
>
a
:hover
{
background-color
:
#333
;}
.navbar
.nav
>
.active
>
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
content
:
"↓"
;}
.navbar
.nav
:hover
>
li
{
display
:
block
;}
.navbar
.nav
:hover
>
li
>
a
:hover
{
background-color
:
#333
;}
.form-horizontal
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.form-horizontal
.controls
{
margin-left
:
0
;}
.form-horizontal
.control-list
{
padding-top
:
0
;}
.form-horizontal
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
margin
:
0
;}
.modal.fade.in
{
top
:
auto
;}
.modal-header
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.navbar-fixed
{
position
:
absolute
;}
.navbar-fixed
.nav
{
float
:
none
;}
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
84px
;}
.offset2
{
margin-left
:
148px
;}
.offset3
{
margin-left
:
212px
;}
.offset4
{
margin-left
:
276px
;}
.offset5
{
margin-left
:
340px
;}
.offset6
{
margin-left
:
404px
;}
.offset7
{
margin-left
:
468px
;}
.offset8
{
margin-left
:
532px
;}
.offset9
{
margin-left
:
596px
;}
.offset10
{
margin-left
:
660px
;}
.offset11
{
margin-left
:
724px
;}
.offset12
{
margin-left
:
788px
;}}
bootstrap.css
View file @
dc2deb9a
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Jan 26
19:09:35
PST 2012
* Date: Thu Jan 26
21:48:03
PST 2012
*/
article
,
aside
,
...
...
@@ -1066,7 +1066,7 @@ table .span12 {
margin-left
:
0
;
}
.icon
{
background-image
:
url(
docs/assets/
img/glyphicons-halflings-sprite.png)
;
background-image
:
url(img/glyphicons-halflings-sprite.png)
;
background-position
:
0
0
;
background-repeat
:
no-repeat
;
display
:
inline-block
;
...
...
@@ -1075,7 +1075,7 @@ table .span12 {
height
:
14px
;
}
.icon.white
{
background-image
:
url(
docs/assets/
img/glyphicons-halflings-sprite-white.png)
;
background-image
:
url(img/glyphicons-halflings-sprite-white.png)
;
}
.icon.glass
{
background-position
:
0
0
;
...
...
@@ -1831,7 +1831,7 @@ table .span12 {
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
:hover
{
...
...
bootstrap.min.css
View file @
dc2deb9a
...
...
@@ -207,8 +207,8 @@ table .span9{float:none;width:684px;margin-left:0;}
table
.span10
{
float
:
none
;
width
:
764px
;
margin-left
:
0
;}
table
.span11
{
float
:
none
;
width
:
844px
;
margin-left
:
0
;}
table
.span12
{
float
:
none
;
width
:
924px
;
margin-left
:
0
;}
.icon
{
background-image
:
url(
docs/assets/
img/glyphicons-halflings-sprite.png)
;
background-position
:
0
0
;
background-repeat
:
no-repeat
;
display
:
inline-block
;
vertical-align
:
text-top
;
width
:
14px
;
height
:
14px
;}
.icon.white
{
background-image
:
url(
docs/assets/
img/glyphicons-halflings-sprite-white.png)
;}
.icon
{
background-image
:
url(img/glyphicons-halflings-sprite.png)
;
background-position
:
0
0
;
background-repeat
:
no-repeat
;
display
:
inline-block
;
vertical-align
:
text-top
;
width
:
14px
;
height
:
14px
;}
.icon.white
{
background-image
:
url(img/glyphicons-halflings-sprite-white.png)
;}
.icon.glass
{
background-position
:
0
0
;}
.icon.music
{
background-position
:
-24px
0
;}
.icon.search
{
background-position
:
-48px
0
;}
...
...
@@ -378,7 +378,7 @@ table .span12{float:none;width:924px;margin-left:0;}
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-static
{
margin-bottom
:
18px
;}
...
...
docs/assets/js/application.js
View file @
dc2deb9a
...
...
@@ -171,6 +171,7 @@ $(function () {
var
inputsComponent
=
$
(
"
#components.download input
"
)
,
inputsPlugin
=
$
(
"
#plugins.download input
"
)
,
inputsVariables
=
$
(
"
#variables.download input
"
)
// toggle all plugin checkboxes
$
(
'
#components.download .toggle-all
'
).
on
(
'
click
'
,
function
(
e
)
{
...
...
@@ -183,6 +184,11 @@ $(function () {
inputsPlugin
.
attr
(
'
checked
'
,
!
inputsPlugin
.
is
(
'
:checked
'
))
})
$
(
'
#variables.download .toggle-all
'
).
on
(
'
click
'
,
function
(
e
)
{
e
.
preventDefault
()
inputsVariables
.
val
(
''
)
})
// request built javascript
$
(
'
.download-btn
'
).
on
(
'
click
'
,
function
()
{
...
...
@@ -193,11 +199,12 @@ $(function () {
.
map
(
function
()
{
return
this
.
value
})
.
toArray
()
,
vars
=
{}
,
img
=
[
'
glyphicons-halflings-sprite.png
'
,
'
glyphicons-halflings-sprite-white.png
'
]
$
(
"
#variables.download input
"
)
.
each
(
function
()
{
return
vars
[
$
(
this
).
prev
().
text
()
]
=
$
(
this
).
val
(
)
})
$
(
"
#variables.download input
"
)
.
each
(
function
()
{
$
(
this
).
val
()
&&
(
vars
[
$
(
this
).
prev
().
text
()
]
=
$
(
this
).
val
()
)
})
// , url: "http://bootstrap.herokuapp.com"
$
.
ajax
({
...
...
@@ -209,6 +216,7 @@ $(function () {
,
js
:
js
,
css
:
css
,
vars
:
vars
,
img
:
img
}
})
})
...
...
docs/download.html
View file @
dc2deb9a
...
...
@@ -108,24 +108,24 @@
<div
class=
"span3"
>
<h3>
Components
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"button-groups.less"
>
Button groups
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"button-combo.less"
>
Combo buttons
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Combo buttons
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"navs.less"
>
Navs, tabs, and pills
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"navbar.less"
>
Navbar
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"breadcrumbs.less"
>
Breadcrumbs
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"pagination.less"
>
Pagination
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"page.less"
>
Pager
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"page
r
.less"
>
Pager
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"thumbnails.less"
>
Thumbnails
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"alerts.less"
>
Alerts
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"progres-bars.less"
>
Progress bars
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"progres
s
-bars.less"
>
Progress bars
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
<h3>
JS Components
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tooltip
s
.less"
>
Tooltips
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"popover.less"
>
Popovers
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tooltip.less"
>
Tooltips
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"popover
s
.less"
>
Popovers
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"modals.less"
>
Modals
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"dropdowns.less"
>
Dropdowns
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tabs.less"
>
Tabs
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"collapse.less"
>
Collapse
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Tabs
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Collapse
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"carousel.less"
>
Carousel
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
...
...
@@ -135,9 +135,9 @@
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"utilities.less"
>
Utilities
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"component-animations.less"
>
Component animations
</label>
<h3>
Responsive
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"resopnsive-480.less"
>
Max-width 480px
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"resopnsive-768.less"
>
Max-width 768px
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"resopnsive-1210.less"
>
Max-width 1210px
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Max-width 480px
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Max-width 768px
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Max-width 1210px
</label>
</div>
<!-- /span -->
</div>
<!-- /row -->
</section>
...
...
@@ -154,68 +154,68 @@
<div
class=
"span4"
>
<h3>
Links
</h3>
<label>
@linkColor
</label>
<input
type=
"text"
class=
"span3"
value
=
"#08c"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#08c"
>
<label>
@linkColorHover
</label>
<input
type=
"text"
class=
"span3"
value
=
"darken(@linkColor, 15%)"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"darken(@linkColor, 15%)"
>
<h3>
Grid system
</h3>
<label>
@gridColumns
</label>
<input
type=
"text"
class=
"span3"
value
=
"12"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"12"
>
<label>
@gridColumnWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"40px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"40px"
>
<label>
@gridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"20px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"20px"
>
<label>
@siteWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));"
>
<label>
@fluidSidebarWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"220px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"220px"
>
</div>
<!-- /span -->
<div
class=
"span4"
>
<h3>
Typography
</h3>
<label>
@baseFontSize
</label>
<input
type=
"text"
class=
"span3"
value
=
"13px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"13px"
>
<label>
@baseFontFamily
</label>
<input
type=
"text"
class=
"span3"
value
=
"'Helvetica Neue', Helvetica, Arial, sans-serif"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"'Helvetica Neue', Helvetica, Arial, sans-serif"
>
<label>
@baseLineHeight
</label>
<input
type=
"text"
class=
"span3"
value
=
"18px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"18px"
>
<h3>
Forms
</h3>
<label>
@primaryButtonColor
</label>
<input
type=
"text"
class=
"span3"
value
=
"@blue"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@blue"
>
<label>
@placeholderText
</label>
<input
type=
"text"
class=
"span3"
value
=
"@grayLight"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@grayLight"
>
<h3>
Navbar
</h3>
<label>
@navbarHeight
</label>
<input
type=
"text"
class=
"span3"
value
=
"40px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"40px"
>
<label>
@navbarBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"@grayDarker"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@grayDarker"
>
<label>
@navbarBackgroundHighlight
</label>
<input
type=
"text"
class=
"span3"
value
=
"@grayDark"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@grayDark"
>
</div>
<!-- /span -->
<div
class=
"span4"
>
<h3>
Form states
&
alerts
</h3>
<label>
@warningText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#c09853"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#c09853"
>
<label>
@warningBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#fcf8e3"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#fcf8e3"
>
<label>
@warningBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#f3edd2"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#f3edd2"
>
<label>
@errorText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#b94a48"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#b94a48"
>
<label>
@errorBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#f2dede"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#f2dede"
>
<label>
@errorBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#e9c7c7"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#e9c7c7"
>
<label>
@successText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#468847"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#468847"
>
<label>
@successBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#dff0d8"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#dff0d8"
>
<label>
@successBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#cfe8c4"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#cfe8c4"
>
<label>
@infoText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#3a87ad"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#3a87ad"
>
<label>
@infoBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#d9edf7"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#d9edf7"
>
<label>
@infoBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#bfe1f2"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#bfe1f2"
>
</div>
<!-- /span -->
</div>
<!-- /row -->
</section>
...
...
docs/scaffolding.html
View file @
dc2deb9a
...
...
@@ -381,6 +381,7 @@
</div>
</section>
<!-- Footer
================================================== -->
<footer
class=
"footer"
>
...
...
docs/templates/pages/download.mustache
View file @
dc2deb9a
...
...
@@ -43,24 +43,24 @@
<div
class=
"span3"
>
<h3>
Components
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"button-groups.less"
>
Button groups
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"button-combo.less"
>
Combo buttons
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Combo buttons
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"navs.less"
>
Navs, tabs, and pills
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"navbar.less"
>
Navbar
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"breadcrumbs.less"
>
Breadcrumbs
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"pagination.less"
>
Pagination
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"page.less"
>
Pager
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"page
r
.less"
>
Pager
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"thumbnails.less"
>
Thumbnails
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"alerts.less"
>
Alerts
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"progres-bars.less"
>
Progress bars
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"progres
s
-bars.less"
>
Progress bars
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
<h3>
JS Components
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tooltip
s
.less"
>
Tooltips
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"popover.less"
>
Popovers
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tooltip.less"
>
Tooltips
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"popover
s
.less"
>
Popovers
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"modals.less"
>
Modals
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"dropdowns.less"
>
Dropdowns
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"tabs.less"
>
Tabs
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"collapse.less"
>
Collapse
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Tabs
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Collapse
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"carousel.less"
>
Carousel
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
...
...
@@ -70,9 +70,9 @@
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"utilities.less"
>
Utilities
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"component-animations.less"
>
Component animations
</label>
<h3>
Responsive
</h3>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"resopnsive-480.less"
>
Max-width 480px
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"resopnsive-768.less"
>
Max-width 768px
</label>
<label
class=
"checkbox"
><input
checked=
"checked"
type=
"checkbox"
value=
"resopnsive-1210.less"
>
Max-width 1210px
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Max-width 480px
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Max-width 768px
</label>
<label
class=
"checkbox"
><input
type=
"checkbox"
value=
""
>
MARK PLS FIX
Max-width 1210px
</label>
</div>
<!-- /span -->
</div>
<!-- /row -->
</section>
...
...
@@ -89,68 +89,68 @@
<div
class=
"span4"
>
<h3>
Links
</h3>
<label>
@linkColor
</label>
<input
type=
"text"
class=
"span3"
value
=
"#08c"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#08c"
>
<label>
@linkColorHover
</label>
<input
type=
"text"
class=
"span3"
value
=
"darken(@linkColor, 15%)"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"darken(@linkColor, 15%)"
>
<h3>
Grid system
</h3>
<label>
@gridColumns
</label>
<input
type=
"text"
class=
"span3"
value
=
"12"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"12"
>
<label>
@gridColumnWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"40px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"40px"
>
<label>
@gridGutterWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"20px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"20px"
>
<label>
@siteWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));"
>
<label>
@fluidSidebarWidth
</label>
<input
type=
"text"
class=
"span3"
value
=
"220px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"220px"
>
</div>
<!-- /span -->
<div
class=
"span4"
>
<h3>
Typography
</h3>
<label>
@baseFontSize
</label>
<input
type=
"text"
class=
"span3"
value
=
"13px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"13px"
>
<label>
@baseFontFamily
</label>
<input
type=
"text"
class=
"span3"
value
=
"'Helvetica Neue', Helvetica, Arial, sans-serif"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"'Helvetica Neue', Helvetica, Arial, sans-serif"
>
<label>
@baseLineHeight
</label>
<input
type=
"text"
class=
"span3"
value
=
"18px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"18px"
>
<h3>
Forms
</h3>
<label>
@primaryButtonColor
</label>
<input
type=
"text"
class=
"span3"
value
=
"@blue"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@blue"
>
<label>
@placeholderText
</label>
<input
type=
"text"
class=
"span3"
value
=
"@grayLight"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@grayLight"
>
<h3>
Navbar
</h3>
<label>
@navbarHeight
</label>
<input
type=
"text"
class=
"span3"
value
=
"40px"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"40px"
>
<label>
@navbarBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"@grayDarker"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@grayDarker"
>
<label>
@navbarBackgroundHighlight
</label>
<input
type=
"text"
class=
"span3"
value
=
"@grayDark"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"@grayDark"
>
</div>
<!-- /span -->
<div
class=
"span4"
>
<h3>
Form states
&
alerts
</h3>
<label>
@warningText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#c09853"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#c09853"
>
<label>
@warningBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#fcf8e3"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#fcf8e3"
>
<label>
@warningBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#f3edd2"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#f3edd2"
>
<label>
@errorText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#b94a48"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#b94a48"
>
<label>
@errorBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#f2dede"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#f2dede"
>
<label>
@errorBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#e9c7c7"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#e9c7c7"
>
<label>
@successText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#468847"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#468847"
>
<label>
@successBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#dff0d8"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#dff0d8"
>
<label>
@successBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#cfe8c4"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#cfe8c4"
>
<label>
@infoText
</label>
<input
type=
"text"
class=
"span3"
value
=
"#3a87ad"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#3a87ad"
>
<label>
@infoBackground
</label>
<input
type=
"text"
class=
"span3"
value
=
"#d9edf7"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#d9edf7"
>
<label>
@infoBorder
</label>
<input
type=
"text"
class=
"span3"
value
=
"#bfe1f2"
>
<input
type=
"text"
class=
"span3"
placeholder
=
"#bfe1f2"
>
</div>
<!-- /span -->
</div>
<!-- /row -->
</section>
...
...
docs/assets/
img/glyphicons-halflings-sprite-white.png
→
img/glyphicons-halflings-sprite-white.png
View file @
dc2deb9a
File moved
docs/assets/
img/glyphicons-halflings-sprite.png
→
img/glyphicons-halflings-sprite.png
View file @
dc2deb9a
File moved
l
ib
/accordion.less
→
l
ess
/accordion.less
View file @
dc2deb9a
File moved
l
ib
/alerts.less
→
l
ess
/alerts.less
View file @
dc2deb9a
File moved
l
ib
/bootstrap.less
→
l
ess
/bootstrap.less
View file @
dc2deb9a
File moved
l
ib
/breadcrumbs.less
→
l
ess
/breadcrumbs.less
View file @
dc2deb9a
File moved
l
ib
/button-groups.less
→
l
ess
/button-groups.less
View file @
dc2deb9a
File moved
l
ib
/buttons.less
→
l
ess
/buttons.less
View file @
dc2deb9a
File moved
l
ib
/carousel.less
→
l
ess
/carousel.less
View file @
dc2deb9a
File moved
l
ib
/close.less
→
l
ess
/close.less
View file @
dc2deb9a
File moved
l
ib
/code.less
→
l
ess
/code.less
View file @
dc2deb9a
File moved
l
ib
/component-animations.less
→
l
ess
/component-animations.less
View file @
dc2deb9a
File moved
l
ib
/dropdowns.less
→
l
ess
/dropdowns.less
View file @
dc2deb9a
File moved
l
ib
/forms.less
→
l
ess
/forms.less
View file @
dc2deb9a
File moved
l
ib
/grid.less
→
l
ess
/grid.less
View file @
dc2deb9a
File moved
l
ib
/hero-unit.less
→
l
ess
/hero-unit.less
View file @
dc2deb9a
File moved
l
ib
/labels.less
→
l
ess
/labels.less
View file @
dc2deb9a
File moved
l
ib
/layouts.less
→
l
ess
/layouts.less
View file @
dc2deb9a
File moved
l
ib
/mixins.less
→
l
ess
/mixins.less
View file @
dc2deb9a
File moved
l
ib
/modals.less
→
l
ess
/modals.less
View file @
dc2deb9a
File moved
l
ib
/navbar.less
→
l
ess
/navbar.less
View file @
dc2deb9a
File moved
l
ib
/navs.less
→
l
ess
/navs.less
View file @
dc2deb9a
File moved
l
ib
/pager.less
→
l
ess
/pager.less
View file @
dc2deb9a
File moved
l
ib
/pagination.less
→
l
ess
/pagination.less
View file @
dc2deb9a
File moved
l
ib
/patterns.less
→
l
ess
/patterns.less
View file @
dc2deb9a
File moved
l
ib
/popovers.less
→
l
ess
/popovers.less
View file @
dc2deb9a
File moved
l
ib
/print.less
→
l
ess
/print.less
View file @
dc2deb9a
File moved
l
ib
/progress-bars.less
→
l
ess
/progress-bars.less
View file @
dc2deb9a
File moved
l
ib
/reset.less
→
l
ess
/reset.less
View file @
dc2deb9a
File moved
l
ib
/responsive.less
→
l
ess
/responsive.less
View file @
dc2deb9a
File moved
l
ib
/scaffolding.less
→
l
ess
/scaffolding.less
View file @
dc2deb9a
File moved
l
ib
/sprites.less
→
l
ess
/sprites.less
View file @
dc2deb9a
...
...
@@ -12,7 +12,7 @@
// will look like <i class="inbox"></i>.
.icon {
background-image: url(
docs/assets/
img/glyphicons-halflings-sprite.png);
background-image: url(img/glyphicons-halflings-sprite.png);
background-position: 0 0;
background-repeat: no-repeat;
display: inline-block;
...
...
@@ -21,7 +21,7 @@
height: 14px;
}
.icon.white {
background-image: url(
docs/assets/
img/glyphicons-halflings-sprite-white.png);
background-image: url(img/glyphicons-halflings-sprite-white.png);
}
.icon.glass { background-position: 0 0; }
...
...
l
ib
/tables.less
→
l
ess
/tables.less
View file @
dc2deb9a
File moved
l
ib
/thumbnails.less
→
l
ess
/thumbnails.less
View file @
dc2deb9a
File moved
l
ib
/tooltip.less
→
l
ess
/tooltip.less
View file @
dc2deb9a
File moved
l
ib
/type.less
→
l
ess
/type.less
View file @
dc2deb9a
File moved
l
ib
/utilities.less
→
l
ess
/utilities.less
View file @
dc2deb9a
File moved
l
ib
/variables.less
→
l
ess
/variables.less
View file @
dc2deb9a
File moved
l
ib
/wells.less
→
l
ess
/wells.less
View file @
dc2deb9a
File moved
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