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
8ff621aa
Commit
8ff621aa
authored
Jan 24, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix broken index page heading, update variables and less pages
parent
58f7fd30
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
480 additions
and
385 deletions
+480
-385
bootstrap.css
bootstrap.css
+6
-3
bootstrap.min.css
bootstrap.min.css
+2
-2
docs/assets/css/docs.css
docs/assets/css/docs.css
+18
-4
docs/index.html
docs/index.html
+1
-1
docs/less.html
docs/less.html
+221
-184
docs/templates/pages/index.mustache
docs/templates/pages/index.mustache
+1
-1
docs/templates/pages/less.mustache
docs/templates/pages/less.mustache
+221
-184
lib/type.less
lib/type.less
+7
-3
lib/variables.less
lib/variables.less
+3
-3
No files found.
bootstrap.css
View file @
8ff621aa
...
...
@@ -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: Tue Jan 24 1
3:58:10
PST 2012
* Date: Tue Jan 24 1
6:01:37
PST 2012
*/
article
,
aside
,
...
...
@@ -411,15 +411,18 @@ address {
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-size
:
1
2
px
;
font-size
:
1
1
px
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
}
code
{
padding
:
1px
3
px
;
padding
:
3px
4
px
;
background-color
:
#fee9cc
;
color
:
#d14
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;
}
pre
{
display
:
block
;
...
...
bootstrap.min.css
View file @
8ff621aa
...
...
@@ -82,8 +82,8 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:
blockquote
.pull-right
{
float
:
right
;
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#eeeeee
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
q
:before
,
q
:after
,
blockquote
:before
,
blockquote
:after
{
content
:
""
;}
address
{
display
:
block
;
margin-bottom
:
18px
;
line-height
:
18px
;
font-style
:
normal
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-size
:
1
2
px
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
code
{
padding
:
1px
3px
;
background-color
:
#fee9cc
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-size
:
1
1
px
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
code
{
padding
:
3px
4px
;
background-color
:
#fee9cc
;
color
:
#d14
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;}
pre
{
display
:
block
;
padding
:
8.5px
;
margin
:
0
0
9px
;
font-size
:
12px
;
line-height
:
18px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
white-space
:
pre
;
white-space
:
pre-wrap
;
word-break
:
break-all
;}
pre
.prettyprint
{
margin-bottom
:
18px
;}
pre
code
{
padding
:
0
;
background-color
:
transparent
;}
small
{
font-size
:
100%
;}
...
...
docs/assets/css/docs.css
View file @
8ff621aa
...
...
@@ -126,7 +126,6 @@ section {
/* Subnav */
.subhead
.nav
{
padding
:
0
10px
;
background-color
:
#eeeeee
;
/* Old browsers */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* FF3.6+ */
...
...
@@ -136,7 +135,7 @@ section {
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* Opera 11.10+ */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#eeeeee'
,
GradientType
=
0
);
/* IE6-9 */
background-image
:
linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* W3C */
border
:
1px
solid
#e
ee
;
border
:
1px
solid
#e
5e5e5
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
...
...
@@ -145,6 +144,9 @@ section {
margin
:
0
;
padding-top
:
11px
;
padding-bottom
:
11px
;
font-size
:
13px
;
border-left
:
1px
solid
#f5f5f5
;
border-right
:
1px
solid
#e5e5e5
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
...
...
@@ -153,6 +155,15 @@ section {
background-color
:
#fff
;
color
:
#333
;
}
.subhead
.nav
li
:first-child
a
{
border-left
:
0
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;
}
.subhead
.nav
li
:last-child
a
{
border-right
:
0
;
}
/* Quick links
...
...
@@ -247,16 +258,19 @@ section {
height
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
line-height
:
21px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-size
:
12px
;
line-height
:
20px
;
white-space
:
nowrap
;
overflow
:
hidden
;
background-color
:
#f5f5f5
;
/* Makes inputs behave like true block-level elements */
-webkit-box-sizing
:
border-box
;
/* Older Webkit */
-moz-box-sizing
:
border-box
;
/* Older FF */
-ms-box-sizing
:
border-box
;
/* IE8 */
box-sizing
:
border-box
;
/* CSS3 spec*/
/* Hacks for IE7 to make this work just okay enough to function */
*
width
:
270px
;
*
width
:
80%
;
*
height
:
24px
;
}
...
...
docs/index.html
View file @
8ff621aa
...
...
@@ -136,7 +136,7 @@
</li>
</ul>
<h1Designed
for
everyone
,
everywhere
.</
h1
>
<h1
>
Designed for everyone, everywhere.
</h1>
<p
class=
"marketing-byline"
>
Need reasons to love Bootstrap? Look no further.
</p>
<div
class=
"row"
>
<div
class=
"span4"
>
...
...
docs/less.html
View file @
8ff621aa
This diff is collapsed.
Click to expand it.
docs/templates/pages/index.mustache
View file @
8ff621aa
...
...
@@ -76,7 +76,7 @@
</li>
</ul>
<h1
{{
_i
}}
Designed
for
everyone
,
everywhere
.
{{/
i
}}
</
h1
>
<h1
>
{{
_i
}}
Designed for everyone, everywhere.
{{/
i
}}
</h1>
<p
class=
"marketing-byline"
>
{{
_i
}}
Need reasons to love Bootstrap? Look no further.
{{/
i
}}
</p>
<div
class=
"row"
>
<div
class=
"span4"
>
...
...
docs/templates/pages/less.mustache
View file @
8ff621aa
This diff is collapsed.
Click to expand it.
lib/type.less
View file @
8ff621aa
...
...
@@ -175,6 +175,7 @@ blockquote {
}
}
// Quotes
q:before,
q:after,
blockquote:before,
...
...
@@ -195,13 +196,16 @@ code,
pre {
padding: 0 3px 2px;
#font > #family > .monospace;
font-size:
12px
;
font-size:
@baseFontSize - 2
;
color: @grayDark;
.border-radius(3px);
}
code {
padding:
1px 3
px;
padding:
3px 4
px;
background-color: lighten(@orange, 40%);
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
...
...
@@ -210,7 +214,7 @@ pre {
font-size: 12px;
line-height: @baseLineHeight;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid #ccc;
// fallback for IE7-8
border: 1px solid rgba(0,0,0,.15);
.border-radius(4px);
white-space: pre;
...
...
lib/variables.less
View file @
8ff621aa
...
...
@@ -9,7 +9,7 @@
// Links
@linkColor: #08c;
@linkColorHover: darken(@linkColor, 15);
@linkColorHover: darken(@linkColor, 15
%
);
// Grays
@black: #000;
...
...
@@ -21,8 +21,8 @@
@white: #fff;
// Accent colors
@blue: #049
CDB
;
@blueDark: #0064
CD
;
@blue: #049
cdb
;
@blueDark: #0064
cd
;
@green: #46a546;
@red: #9d261d;
@yellow: #ffc40d;
...
...
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