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
2cbff258
Commit
2cbff258
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix examples page
parent
1db72f8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/docs.css
+4
-0
docs/assets/css/docs.css
docs/examples.html
+3
-3
docs/examples.html
docs/templates/pages/examples.mustache
+3
-3
docs/templates/pages/examples.mustache
with
10 additions
and
6 deletions
+10
-6
docs/assets/css/docs.css
+
4
-
0
View file @
2cbff258
...
...
@@ -622,6 +622,10 @@ form.well {
/* Eaxmples page
------------------------- */
.bootstrap-examples
p
{
font-size
:
13px
;
line-height
:
18px
;
}
.bootstrap-examples
.thumbnail
{
margin-bottom
:
9px
;
background-color
:
#fff
;
...
...
This diff is collapsed.
Click to expand it.
docs/examples.html
+
3
-
3
View file @
2cbff258
...
...
@@ -84,21 +84,21 @@
<ul
class=
"thumbnails bootstrap-examples"
>
<li
class=
"span
4
"
>
<li
class=
"span
3
"
>
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
</a>
<h3>
Basic marketing site
</h3>
<p>
Featuring a hero unit for a primary message and three supporting elements.
</p>
</li>
<li
class=
"span
4
"
>
<li
class=
"span
3
"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
</a>
<h3>
Fluid layout
</h3>
<p>
Uses our new responsive, fluid grid system to create a seamless liquid layout.
</p>
</li>
<li
class=
"span
4
"
>
<li
class=
"span
3
"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
</a>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/examples.mustache
+
3
-
3
View file @
2cbff258
...
...
@@ -7,21 +7,21 @@
<ul
class=
"thumbnails bootstrap-examples"
>
<li
class=
"span
4
"
>
<li
class=
"span
3
"
>
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
</a>
<h3>
{{
_i
}}
Basic marketing site
{{/
i
}}
</h3>
<p>
{{
_i
}}
Featuring a hero unit for a primary message and three supporting elements.
{{/
i
}}
</p>
</li>
<li
class=
"span
4
"
>
<li
class=
"span
3
"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
</a>
<h3>
{{
_i
}}
Fluid layout
{{/
i
}}
</h3>
<p>
{{
_i
}}
Uses our new responsive, fluid grid system to create a seamless liquid layout.
{{/
i
}}
</p>
</li>
<li
class=
"span
4
"
>
<li
class=
"span
3
"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
</a>
...
...
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