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
2a3680e1
Commit
2a3680e1
authored
Nov 21, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop the theme example
parent
2ef7b50a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
661 deletions
+2
-661
docs/examples/theme/index.html
docs/examples/theme/index.html
+0
-632
docs/examples/theme/theme.css
docs/examples/theme/theme.css
+0
-18
docs/getting-started/examples.md
docs/getting-started/examples.md
+2
-11
No files found.
docs/examples/theme/index.html
deleted
100644 → 0
View file @
2ef7b50a
This diff is collapsed.
Click to expand it.
docs/examples/theme/theme.css
deleted
100644 → 0
View file @
2ef7b50a
body
{
padding-top
:
70px
;
padding-bottom
:
30px
;
}
.theme-dropdown
.dropdown-menu
{
position
:
static
;
display
:
block
;
margin-bottom
:
20px
;
}
.theme-showcase
>
p
>
.btn
{
margin
:
5px
0
;
}
.theme-showcase
.navbar
.container
{
width
:
auto
;
}
docs/getting-started/examples.md
View file @
2a3680e1
...
...
@@ -15,15 +15,6 @@ Build on the basic template above with Bootstrap's many components. We encourage
<h4>
Starter template
</h4>
<p>
Nothing but the basics: compiled CSS and JavaScript.
</p>
</div>
<div
class=
"col-xs-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}examples/theme/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}examples/screenshots/theme.jpg"
alt=
""
>
</a>
<h4>
Bootstrap theme
</h4>
<p>
Load the optional Bootstrap theme for a visually enhanced experience.
</p>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}examples/grid/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}examples/screenshots/grid.jpg"
alt=
""
>
...
...
@@ -31,6 +22,8 @@ Build on the basic template above with Bootstrap's many components. We encourage
<h4>
Grids
</h4>
<p>
Multiple examples of grid layouts with all four tiers, nesting, and more.
</p>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}examples/jumbotron/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}examples/screenshots/jumbotron.jpg"
alt=
""
>
...
...
@@ -38,8 +31,6 @@ Build on the basic template above with Bootstrap's many components. We encourage
<h4>
Jumbotron
</h4>
<p>
Build around the jumbotron with a navbar and some basic grid columns.
</p>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6 col-md-4"
>
<a
href=
"{{ site.baseurl }}examples/jumbotron-narrow/"
>
<img
class=
"img-thumbnail"
src=
"{{ site.baseurl }}examples/screenshots/jumbotron-narrow.jpg"
alt=
""
>
...
...
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