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
8c7b0785
Commit
8c7b0785
authored
Jul 27, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore ads
parent
05ed37fb
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
76 additions
and
1 deletion
+76
-1
2.3.2/assets/css/docs.css
2.3.2/assets/css/docs.css
+70
-1
2.3.2/base-css.html
2.3.2/base-css.html
+1
-0
2.3.2/components.html
2.3.2/components.html
+1
-0
2.3.2/customize.html
2.3.2/customize.html
+1
-0
2.3.2/getting-started.html
2.3.2/getting-started.html
+1
-0
2.3.2/javascript.html
2.3.2/javascript.html
+1
-0
2.3.2/scaffolding.html
2.3.2/scaffolding.html
+1
-0
No files found.
2.3.2/assets/css/docs.css
View file @
8c7b0785
...
...
@@ -847,6 +847,54 @@ form.bs-docs-example {
/* Ads in headers
-------------------------------------------------- */
.subhead
h1
,
.subhead
.lead
{
margin-right
:
340px
;
}
.carbonad
{
position
:
absolute
;
top
:
0
;
right
:
0
;
margin-top
:
0
!important
;
padding
:
15px
;
height
:
auto
!important
;
overflow
:
hidden
;
/* clearfix */
font-size
:
13px
!important
;
line-height
:
16px
!important
;
background
:
#222
!important
;
/* reset image and color in one line */
background
:
rgba
(
0
,
0
,
0
,
.5
)
!important
;
border
:
0
!important
;
border-radius
:
4px
;
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.5
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
}
.carbonad-img
{
margin
:
0
!important
;
}
.carbonad-text
,
.carbonad-tag
,
.carbonad-tag
a
{
color
:
#fff
!important
;
}
.carbonad-text
,
.carbonad-tag
{
float
:
none
!important
;
display
:
block
!important
;
width
:
auto
!important
;
height
:
auto
!important
;
margin-left
:
145px
!important
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
!important
;
}
.carbonad-text
{
padding-top
:
0
!important
;
}
.carbonad-tag
{
text-align
:
left
!important
;
}
/* Responsive
-------------------------------------------------- */
...
...
@@ -889,6 +937,18 @@ form.bs-docs-example {
margin-top
:
30px
;
margin-right
:
0
;
}
.subhead
h1
,
.subhead
.lead
{
margin-right
:
0
;
}
.carbonad
{
position
:
static
;
width
:
auto
!important
;
margin-top
:
30px
!important
;
}
}
/* Tablet to desktop
...
...
@@ -941,6 +1001,15 @@ form.bs-docs-example {
margin
:
0
-20px
;
}
.carbonad
{
position
:
static
;
width
:
auto
!important
;
margin
:
40px
-20px
-40px
!important
;
padding
:
20px
!important
;
overflow
:
hidden
;
/* clearfix */
border-radius
:
0
;
}
/* Space out the show-grid examples */
.show-grid
[
class
*=
"span"
]
{
margin-bottom
:
5px
;
...
...
2.3.2/base-css.html
View file @
8c7b0785
...
...
@@ -85,6 +85,7 @@
<div
class=
"container"
>
<h1>
Base CSS
</h1>
<p
class=
"lead"
>
Fundamental HTML elements styled and enhanced with extensible classes.
</p>
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZDARK
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
</div>
</header>
...
...
2.3.2/components.html
View file @
8c7b0785
...
...
@@ -85,6 +85,7 @@
<div
class=
"container"
>
<h1>
Components
</h1>
<p
class=
"lead"
>
Dozens of reusable components built to provide navigation, alerts, popovers, and more.
</p>
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZDARK
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
</div>
</header>
...
...
2.3.2/customize.html
View file @
8c7b0785
...
...
@@ -85,6 +85,7 @@
<div
class=
"container"
>
<h1>
Customize and download
</h1>
<p
class=
"lead"
><a
href=
"https://github.com/twitter/bootstrap/archive/v2.3.2.zip"
>
Download Bootstrap
</a>
or customize variables, components, JavaScript plugins, and more.
</p>
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZDARK
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
</div>
</header>
...
...
2.3.2/getting-started.html
View file @
8c7b0785
...
...
@@ -85,6 +85,7 @@
<div
class=
"container"
>
<h1>
Getting started
</h1>
<p
class=
"lead"
>
Overview of the project, its contents, and how to get started with a simple template.
</p>
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZDARK
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
</div>
</header>
...
...
2.3.2/javascript.html
View file @
8c7b0785
...
...
@@ -85,6 +85,7 @@
<div
class=
"container"
>
<h1>
JavaScript
</h1>
<p
class=
"lead"
>
Bring Bootstrap's components to life
—
now with 13 custom jQuery plugins.
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZDARK
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
</div>
</header>
...
...
2.3.2/scaffolding.html
View file @
8c7b0785
...
...
@@ -85,6 +85,7 @@
<div
class=
"container"
>
<h1>
Scaffolding
</h1>
<p
class=
"lead"
>
Bootstrap is built on responsive 12-column grids, layouts, and components.
</p>
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZDARK
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
</div>
</header>
...
...
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