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
936d7acb
Commit
936d7acb
authored
Jun 29, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying out new doc style stuff
parent
025f74ef
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
227 additions
and
182 deletions
+227
-182
bootstrap-1.0.0.css
bootstrap-1.0.0.css
+12
-12
bootstrap-1.0.0.min.css
bootstrap-1.0.0.min.css
+10
-10
docs/assets/css/docs.css
docs/assets/css/docs.css
+33
-1
docs/index.html
docs/index.html
+170
-157
lib/patterns.less
lib/patterns.less
+1
-1
lib/preboot.less
lib/preboot.less
+1
-1
No files found.
bootstrap-1.0.0.css
View file @
936d7acb
...
...
@@ -429,7 +429,7 @@ p {
}
p
small
{
font-size
:
12px
;
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
}
/* Headings
-------------------------------------------------- */
...
...
@@ -448,7 +448,7 @@ h3 small,
h4
small
,
h5
small
,
h6
small
{
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
}
h1
{
margin-bottom
:
18px
;
...
...
@@ -488,7 +488,7 @@ h5 {
}
h6
{
font-size
:
13px
;
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
text-transform
:
uppercase
;
}
/* Colors
...
...
@@ -564,7 +564,7 @@ blockquote cite {
font-size
:
12px
;
font-weight
:
300
;
line-height
:
18px
;
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
}
blockquote
cite
:before
{
content
:
'\2014 \00A0'
;
...
...
@@ -791,7 +791,7 @@ div.actions div.secondary-action a:hover {
.help-inline
,
.help-block
{
font-size
:
12px
;
line-height
:
18px
;
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
}
.help-inline
{
padding-left
:
5px
;
...
...
@@ -827,7 +827,7 @@ div.input-prepend .add-on, div.input-append .add-on {
width
:
auto
;
min-width
:
16px
;
padding
:
4px
4px
4px
5px
;
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
font-weight
:
normal
;
line-height
:
18px
;
height
:
18px
;
...
...
@@ -1074,7 +1074,7 @@ div.topbar {
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
}
div
.topbar
a
{
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
-webkit-transition
:
all
linear
0.1s
;
-moz-transition
:
all
linear
0.1s
;
...
...
@@ -1102,12 +1102,12 @@ div.topbar a.logo img {
}
div
.topbar
form
{
float
:
left
;
margin
:
4
px
0
0
0
;
margin
:
5
px
0
0
0
;
opacity
:
1
;
position
:
relative
;
}
div
.topbar
form
input
{
background-color
:
#b
3b3b3
;
background-color
:
#b
fbfbf
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
normal
;
...
...
@@ -1435,7 +1435,7 @@ ul.tabs li a, ul.pills li a {
}
ul
.tabs
{
width
:
100%
;
border-bottom
:
1px
solid
#b
3b3b3
;
border-bottom
:
1px
solid
#b
fbfbf
;
}
ul
.tabs
li
a
{
margin-bottom
:
-1px
;
...
...
@@ -1448,7 +1448,7 @@ ul.tabs li a {
}
ul
.tabs
li
a
:hover
{
background-color
:
#e6e6e6
;
border-bottom
:
1px
solid
#b
3b3b3
;
border-bottom
:
1px
solid
#b
fbfbf
;
}
ul
.tabs
li
.active
a
{
background-color
:
#fff
;
...
...
@@ -1509,7 +1509,7 @@ div.pagination ul li a:hover, div.pagination ul li.active a {
}
div
.pagination
ul
li
.disabled
a
,
div
.pagination
ul
li
.disabled
a
:hover
{
background-color
:
none
;
color
:
#b
3b3b3
;
color
:
#b
fbfbf
;
}
div
.pagination
ul
li
.next
a
,
div
.pagination
ul
li
:last-child
a
{
border
:
0
;
...
...
bootstrap-1.0.0.min.css
View file @
936d7acb
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
View file @
936d7acb
...
...
@@ -34,12 +34,14 @@ section {
}
#masthead
h1
,
#footer
h1
,
#masthead
h4
,
#footer
h4
,
#masthead
p
,
#footer
p
,
#masthead
small
,
#footer
small
{
color
:
#fff
;
text-shadow
:
0
2px
0
rgba
(
0
,
0
,
0
,
0.25
);
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
.3
);
}
#masthead
{
margin-top
:
40px
;
...
...
@@ -86,6 +88,36 @@ section {
#masthead
small
a
{
color
:
#fff
;
}
div
.quick-start
{
background-color
:
rgba
(
0
,
0
,
0
,
.25
);
padding
:
18px
20px
;
margin
:
27px
0
-36px
;
}
div
.quick-start
h4
,
div
.quick-start
p
,
div
.quick-start
form
{
float
:
left
;
}
#masthead
div
.quick-start
p
{
margin-bottom
:
0
;
font-size
:
14px
;
line-height
:
27px
;
color
:
rgba
(
255
,
255
,
255
,
.5
);
}
div
.quick-start
p
a
{
color
:
#fff
;
}
div
.quick-start
form
{
margin-bottom
:
0
;
padding
:
0
10px
;
}
div
.quick-start
form
input
{
width
:
530px
;
border
:
none
;
padding
:
3px
5px
;
height
:
21px
;
line-height
:
21px
;
}
#footer
{
margin-top
:
80px
;
}
...
...
docs/index.html
View file @
936d7acb
This diff is collapsed.
Click to expand it.
lib/patterns.less
View file @
936d7acb
...
...
@@ -52,7 +52,7 @@ div.topbar {
// Search Form
form {
float: left;
margin:
4
px 0 0 0;
margin:
5
px 0 0 0;
opacity: 1;
position: relative;
input {
...
...
lib/preboot.less
View file @
936d7acb
...
...
@@ -15,7 +15,7 @@
@black: #000;
@grayDark: lighten(@black, 25%);
@gray: lighten(@black, 50%);
@grayLight: lighten(@black, 7
0
%);
@grayLight: lighten(@black, 7
5
%);
@grayLighter: lighten(@black, 90%);
@white: #fff;
...
...
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