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
6bc867ed
Commit
6bc867ed
authored
Sep 11, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change template diagrams to be .media-grid
parent
53812bc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
17 deletions
+11
-17
docs/assets/css/docs.css
docs/assets/css/docs.css
+0
-5
docs/index.html
docs/index.html
+11
-12
No files found.
docs/assets/css/docs.css
View file @
6bc867ed
...
@@ -203,7 +203,6 @@ section > .row {
...
@@ -203,7 +203,6 @@ section > .row {
/* Render mini layout previews
/* Render mini layout previews
-------------------------------------------------- */
-------------------------------------------------- */
.diagram
,
.mini-layout
{
.mini-layout
{
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
...
@@ -213,10 +212,6 @@ section > .row {
...
@@ -213,10 +212,6 @@ section > .row {
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.075
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.075
);
}
}
.diagram
{
height
:
140px
;
padding
:
4px
;
}
.mini-layout
{
.mini-layout
{
height
:
340px
;
height
:
340px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
...
...
docs/index.html
View file @
6bc867ed
...
@@ -151,18 +151,17 @@
...
@@ -151,18 +151,17 @@
<div
class=
"span12"
>
<div
class=
"span12"
>
<h3>
Quick-start examples
</h3>
<h3>
Quick-start examples
</h3>
<p>
Need some quick templates? Check out these basic examples we've put together:
</p>
<p>
Need some quick templates? Check out these basic examples we've put together:
</p>
<ul
class=
"media-grid"
>
<div
class=
"row"
>
<li>
<div
class=
"span4"
>
<a
href=
"../examples/hero.html"
><img
src=
"assets/img/example-diagram-01.png"
alt=
"Simple three-column layout with hero unit"
></a>
<a
href=
"../examples/hero.html"
><img
src=
"assets/img/example-diagram-01.png"
class=
"diagram"
alt=
"Simple three-column layout with hero unit"
></a>
</li>
</div>
<li>
<div
class=
"span4"
>
<a
href=
"../examples/fluid.html"
><img
src=
"assets/img/example-diagram-02.png"
alt=
"Fluid layout with static sidebar"
></a>
<a
href=
"../examples/fluid.html"
><img
src=
"assets/img/example-diagram-02.png"
class=
"diagram"
alt=
"Fluid layout with static sidebar"
></a>
</li>
</div>
<li>
<div
class=
"span4"
>
<a
href=
"../examples/container-app.html"
><img
src=
"assets/img/example-diagram-03.png"
alt=
"Simple hanging container for apps"
></a>
<a
href=
"../examples/container-app.html"
><img
src=
"assets/img/example-diagram-03.png"
class=
"diagram"
alt=
"Simple hanging container for apps"
></a>
</li>
</div>
</ul>
</div>
</div>
</div>
<div
class=
"span4"
>
<div
class=
"span4"
>
<h3>
Theming Bootstrap
</h3>
<h3>
Theming Bootstrap
</h3>
...
...
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