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
5d766d9e
Commit
5d766d9e
authored
Jul 26, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mo betta placement of old docs callouts
parent
995add13
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
31 deletions
+36
-31
_layouts/default.html
_layouts/default.html
+3
-3
_layouts/home.html
_layouts/home.html
+21
-2
assets/css/docs.css
assets/css/docs.css
+9
-4
index.html
index.html
+3
-22
No files found.
_layouts/default.html
View file @
5d766d9e
...
@@ -10,9 +10,6 @@
...
@@ -10,9 +10,6 @@
<!-- Docs master nav -->
<!-- Docs master nav -->
{% include nav-main.html %}
{% include nav-main.html %}
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
<!-- Docs page layout -->
<!-- Docs page layout -->
<div
class=
"bs-header"
>
<div
class=
"bs-header"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -24,6 +21,9 @@
...
@@ -24,6 +21,9 @@
</div>
</div>
</div>
</div>
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
<div
class=
"container bs-docs-container"
>
<div
class=
"container bs-docs-container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-3"
>
<div
class=
"col-lg-3"
>
...
...
_layouts/home.html
View file @
5d766d9e
...
@@ -10,11 +10,30 @@
...
@@ -10,11 +10,30 @@
<!-- Docs master nav -->
<!-- Docs master nav -->
{% include nav-main.html %}
{% include nav-main.html %}
<!-- Page content of course! -->
{{ content }}
<!-- Callout for the old docs link -->
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
{% include old-bs-docs.html %}
<!-- Page content of course! -->
<div
class=
"container"
>
{{ content }}
{% include social-buttons.html %}
<ul
class=
"bs-masthead-links"
>
<li>
<a
href=
"http://github.com/twbs/bootstrap"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
>
GitHub project
</a>
</li>
<li>
<a
href=
"http://examples.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"
>
Examples
</a>
</li>
<li>
<a
href=
"http://glyphicons.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);"
>
Glyphicons
</a>
</li>
<li>
<a
href=
"http://expo.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);"
>
Bootstrap Expo
</a>
</li>
</ul>
</div>
<!-- JS and analytics only. -->
<!-- JS and analytics only. -->
{% include footer.html %}
{% include footer.html %}
...
...
assets/css/docs.css
View file @
5d766d9e
...
@@ -72,6 +72,10 @@ body {
...
@@ -72,6 +72,10 @@ body {
.bs-old-docs
strong
{
.bs-old-docs
strong
{
color
:
#555
;
color
:
#555
;
}
}
.bs-docs-home
.bs-old-docs
{
text-align
:
center
;
border-top
:
1px
solid
#e5e5e5
;
}
/* Homepage masthead
/* Homepage masthead
...
@@ -79,7 +83,6 @@ body {
...
@@ -79,7 +83,6 @@ body {
.bs-masthead
{
.bs-masthead
{
position
:
relative
;
position
:
relative
;
margin-bottom
:
20px
;
padding
:
30px
15px
;
padding
:
30px
15px
;
text-align
:
center
;
text-align
:
center
;
}
}
...
@@ -87,9 +90,6 @@ body {
...
@@ -87,9 +90,6 @@ body {
font-size
:
50px
;
font-size
:
50px
;
line-height
:
1
;
line-height
:
1
;
}
}
.bs-masthead
.bs-social
{
margin-top
:
80px
;
}
/* Download button */
/* Download button */
.bs-masthead
.btn-bs
{
.bs-masthead
.btn-bs
{
...
@@ -100,11 +100,16 @@ body {
...
@@ -100,11 +100,16 @@ body {
}
}
/* Textual links */
/* Textual links */
.bs-social
{
margin-top
:
30px
;
text-align
:
center
;
}
.bs-masthead-links
{
.bs-masthead-links
{
margin-top
:
20px
;
margin-top
:
20px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
padding-left
:
0
;
padding-left
:
0
;
list-style
:
none
;
list-style
:
none
;
text-align
:
center
;
}
}
.bs-masthead-links
li
{
.bs-masthead-links
li
{
display
:
inline
;
display
:
inline
;
...
...
index.html
View file @
5d766d9e
...
@@ -3,31 +3,12 @@ layout: home
...
@@ -3,31 +3,12 @@ layout: home
title: Bootstrap
title: Bootstrap
---
---
<div
class=
"container"
>
<div
class=
"bs-masthead"
>
<div
class=
"bs-masthead"
>
<div
class=
"container"
>
<h1>
Bootstrap 3
</h1>
<h1>
Bootstrap 3 RC1
</h1>
<p
class=
"lead"
>
Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
</p>
<p
class=
"lead"
>
Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
</p>
<p>
<p>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-bs btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);"
>
Download Bootstrap
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-bs btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);"
>
Download Bootstrap
</a>
</p>
</p>
{% include social-buttons.html %}
<ul
class=
"bs-masthead-links"
>
<li>
<a
href=
"http://github.com/twbs/bootstrap"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
>
GitHub project
</a>
</li>
<li>
<a
href=
"http://examples.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"
>
Examples
</a>
</li>
<li>
<a
href=
"http://glyphicons.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);"
>
Glyphicons
</a>
</li>
<li>
<a
href=
"http://expo.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);"
>
Bootstrap Expo
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
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