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
7ed82c12
Commit
7ed82c12
authored
Aug 19, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
font-size change on examples in getting started
parent
8e271d66
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
docs/assets/js/bootstrap.min.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/getting-started.html
docs/getting-started.html
+3
-3
docs/templates/pages/getting-started.mustache
docs/templates/pages/getting-started.mustache
+3
-3
No files found.
docs/assets/js/bootstrap.min.js
View file @
7ed82c12
This diff is collapsed.
Click to expand it.
docs/getting-started.html
View file @
7ed82c12
...
@@ -240,21 +240,21 @@
...
@@ -240,21 +240,21 @@
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
</a>
</a>
<h
3>
Basic marketing site
</h3
>
<h
4>
Basic marketing site
</h4
>
<p>
Featuring a hero unit for a primary message and three supporting elements.
</p>
<p>
Featuring a hero unit for a primary message and three supporting elements.
</p>
</li>
</li>
<li
class=
"span3"
>
<li
class=
"span3"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
</a>
</a>
<h
3>
Fluid layout
</h3
>
<h
4>
Fluid layout
</h4
>
<p>
Uses our new responsive, fluid grid system to create a seamless liquid layout.
</p>
<p>
Uses our new responsive, fluid grid system to create a seamless liquid layout.
</p>
</li>
</li>
<li
class=
"span3"
>
<li
class=
"span3"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
</a>
</a>
<h
3>
Starter template
</h3
>
<h
4>
Starter template
</h4
>
<p>
A barebones HTML document with all the Bootstrap CSS and javascript included.
</p>
<p>
A barebones HTML document with all the Bootstrap CSS and javascript included.
</p>
</li>
</li>
</ul>
</ul>
...
...
docs/templates/pages/getting-started.mustache
View file @
7ed82c12
...
@@ -169,21 +169,21 @@
...
@@ -169,21 +169,21 @@
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
</a>
</a>
<h
3>
{{
_i
}}
Basic marketing site
{{/
i
}}
</h3
>
<h
4>
{{
_i
}}
Basic marketing site
{{/
i
}}
</h4
>
<p>
{{
_i
}}
Featuring a hero unit for a primary message and three supporting elements.
{{/
i
}}
</p>
<p>
{{
_i
}}
Featuring a hero unit for a primary message and three supporting elements.
{{/
i
}}
</p>
</li>
</li>
<li
class=
"span3"
>
<li
class=
"span3"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
</a>
</a>
<h
3>
{{
_i
}}
Fluid layout
{{/
i
}}
</h3
>
<h
4>
{{
_i
}}
Fluid layout
{{/
i
}}
</h4
>
<p>
{{
_i
}}
Uses our new responsive, fluid grid system to create a seamless liquid layout.
{{/
i
}}
</p>
<p>
{{
_i
}}
Uses our new responsive, fluid grid system to create a seamless liquid layout.
{{/
i
}}
</p>
</li>
</li>
<li
class=
"span3"
>
<li
class=
"span3"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
</a>
</a>
<h
3>
{{
_i
}}
Starter template
{{/
i
}}
</h3
>
<h
4>
{{
_i
}}
Starter template
{{/
i
}}
</h4
>
<p>
{{
_i
}}
A barebones HTML document with all the Bootstrap CSS and javascript included.
{{/
i
}}
</p>
<p>
{{
_i
}}
A barebones HTML document with all the Bootstrap CSS and javascript included.
{{/
i
}}
</p>
</li>
</li>
</ul>
</ul>
...
...
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