Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a8f21b5a
Commit
a8f21b5a
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
merge in new ads
parent
56ee42d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_layouts/home.html
+2
-3
_layouts/home.html
docs-assets/css/docs.css
+33
-0
docs-assets/css/docs.css
with
35 additions
and
3 deletions
+35
-3
_layouts/home.html
+
2
-
3
View file @
a8f21b5a
...
...
@@ -14,6 +14,8 @@
{{ content }}
<footer
class=
"container"
role=
"contentinfo"
>
{% include ads.html %}
{% include social-buttons.html %}
<ul
class=
"bs-masthead-links"
>
...
...
@@ -29,9 +31,6 @@
<li>
<a
href=
"{{ page.base_url }}getting-started/#examples"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"
>
Examples
</a>
</li>
<li>
<a
href=
"{{ page.base_url }}components/#glyphicons"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);"
>
Glyphicons
</a>
</li>
<li>
<a
href=
"{{ site.expo }}"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);"
>
Expo
</a>
</li>
...
...
This diff is collapsed.
Click to expand it.
docs-assets/css/docs.css
+
33
-
0
View file @
a8f21b5a
...
...
@@ -379,6 +379,39 @@ body {
}
}
/* Homepage variations */
.bs-docs-home
.carbonad
{
margin
:
0
-15px
40px
!important
;
}
@media
screen
and
(
min-width
:
480px
)
{
.bs-docs-home
.carbonad
{
width
:
330px
!important
;
margin
:
0
auto
40px
!important
;
border-radius
:
4px
;
}
}
@media
screen
and
(
min-width
:
768px
)
{
.bs-docs-home
.carbonad
{
float
:
left
;
width
:
330px
!important
;
margin
:
0
0
30px
!important
;
}
.bs-docs-home
.bs-social
,
.bs-docs-home
.bs-masthead-links
{
margin-left
:
350px
;
}
}
@media
screen
and
(
min-width
:
992px
)
{
.bs-docs-home
.carbonad
{
position
:
static
;
}
}
@media
screen
and
(
min-width
:
1170px
)
{
.bs-docs-home
.carbonad
{
margin-top
:
-25px
!important
;
}
}
/*
* Callout for 2.3.2 docs
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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