diff --git a/2.3.2/assets/css/docs.css b/2.3.2/assets/css/docs.css index af65540928..6aaa0d0f2a 100644 --- a/2.3.2/assets/css/docs.css +++ b/2.3.2/assets/css/docs.css @@ -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; @@ -1064,4 +1133,4 @@ form.bs-docs-example { padding-top: 20px; padding-bottom: 20px; } -} +} \ No newline at end of file diff --git a/2.3.2/base-css.html b/2.3.2/base-css.html index e7ba257db3..831f51486a 100644 --- a/2.3.2/base-css.html +++ b/2.3.2/base-css.html @@ -85,6 +85,7 @@

Base CSS

Fundamental HTML elements styled and enhanced with extensible classes.

+
diff --git a/2.3.2/components.html b/2.3.2/components.html index 68c34cb0b5..6b428fc2e7 100644 --- a/2.3.2/components.html +++ b/2.3.2/components.html @@ -85,6 +85,7 @@

Components

Dozens of reusable components built to provide navigation, alerts, popovers, and more.

+
diff --git a/2.3.2/customize.html b/2.3.2/customize.html index 79b02c0c5f..2a7c44f8b5 100644 --- a/2.3.2/customize.html +++ b/2.3.2/customize.html @@ -85,6 +85,7 @@

Customize and download

Download Bootstrap or customize variables, components, JavaScript plugins, and more.

+
diff --git a/2.3.2/getting-started.html b/2.3.2/getting-started.html index 85327bc747..7cfc3a1c29 100644 --- a/2.3.2/getting-started.html +++ b/2.3.2/getting-started.html @@ -85,6 +85,7 @@

Getting started

Overview of the project, its contents, and how to get started with a simple template.

+
diff --git a/2.3.2/javascript.html b/2.3.2/javascript.html index 9166fe35cd..d87554cfcf 100644 --- a/2.3.2/javascript.html +++ b/2.3.2/javascript.html @@ -85,6 +85,7 @@

JavaScript

Bring Bootstrap's components to life—now with 13 custom jQuery plugins. +

diff --git a/2.3.2/scaffolding.html b/2.3.2/scaffolding.html index 8db4fa5eb9..babbfdd340 100644 --- a/2.3.2/scaffolding.html +++ b/2.3.2/scaffolding.html @@ -85,6 +85,7 @@

Scaffolding

Bootstrap is built on responsive 12-column grids, layouts, and components.

+