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
09c3a4b3
Commit
09c3a4b3
authored
May 08, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.bs-docs-example to .bs-example
parent
ac28ad81
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
206 additions
and
206 deletions
+206
-206
docs/assets/css/docs.css
docs/assets/css/docs.css
+43
-43
docs/components.html
docs/components.html
+83
-83
docs/css.html
docs/css.html
+59
-59
docs/javascript.html
docs/javascript.html
+20
-20
docs/welcome.html
docs/welcome.html
+1
-1
No files found.
docs/assets/css/docs.css
View file @
09c3a4b3
...
@@ -211,7 +211,7 @@ body {
...
@@ -211,7 +211,7 @@ body {
-------------------------------------------------- */
-------------------------------------------------- */
/* Base class */
/* Base class */
.bs-
docs-
example
{
.bs-example
{
position
:
relative
;
position
:
relative
;
padding
:
39px
14px
14px
;
padding
:
39px
14px
14px
;
margin-bottom
:
-1px
;
margin-bottom
:
-1px
;
...
@@ -220,7 +220,7 @@ body {
...
@@ -220,7 +220,7 @@ body {
border-top-right-radius
:
4px
;
border-top-right-radius
:
4px
;
}
}
/* Echo out a label for the example */
/* Echo out a label for the example */
.bs-
docs-
example
:after
{
.bs-example
:after
{
content
:
"Example"
;
content
:
"Example"
;
position
:
absolute
;
position
:
absolute
;
top
:
-1px
;
top
:
-1px
;
...
@@ -236,56 +236,56 @@ body {
...
@@ -236,56 +236,56 @@ body {
}
}
/* Tweak display of the examples */
/* Tweak display of the examples */
.bs-
docs-
example
+
.prettyprint
,
.bs-example
+
.prettyprint
,
.bs-
docs-
example
+
.highlight
{
.bs-example
+
.highlight
{
margin-top
:
0
;
margin-top
:
0
;
border-top-left-radius
:
0
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
border-top-right-radius
:
0
;
}
}
/* Tweak content of examples for optimum awesome */
/* Tweak content of examples for optimum awesome */
.bs-
docs-
example
>
p
:last-child
,
.bs-example
>
p
:last-child
,
.bs-
docs-
example
>
ul
:last-child
,
.bs-example
>
ul
:last-child
,
.bs-
docs-
example
>
ol
:last-child
,
.bs-example
>
ol
:last-child
,
.bs-
docs-
example
>
blockquote
:last-child
,
.bs-example
>
blockquote
:last-child
,
.bs-
docs-
example
>
input
:last-child
,
.bs-example
>
input
:last-child
,
.bs-
docs-
example
>
select
:last-child
,
.bs-example
>
select
:last-child
,
.bs-
docs-
example
>
textarea
:last-child
,
.bs-example
>
textarea
:last-child
,
.bs-
docs-
example
>
.table
:last-child
,
.bs-example
>
.table
:last-child
,
.bs-
docs-
example
>
.jumbotron
:last-child
,
.bs-example
>
.jumbotron
:last-child
,
.bs-
docs-
example
>
.alert
:last-child
,
.bs-example
>
.alert
:last-child
,
.bs-
docs-
example
>
.panel
:last-child
,
.bs-example
>
.panel
:last-child
,
.bs-
docs-
example
>
.list-group
:last-child
,
.bs-example
>
.list-group
:last-child
,
.bs-
docs-
example
>
.well
:last-child
{
.bs-example
>
.well
:last-child
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
/* Typography */
/* Typography */
.bs-
docs-
example-type
.table
td
{
.bs-example-type
.table
td
{
color
:
#999
;
color
:
#999
;
vertical-align
:
middle
;
vertical-align
:
middle
;
border-color
:
;
border-color
:
;
}
}
.bs-
docs-
example-type
.table
td
,
.bs-example-type
.table
td
,
.bs-
docs-
example-type
.table
th
{
.bs-example-type
.table
th
{
padding
:
15px
0
;
padding
:
15px
0
;
border-color
:
#eee
;
border-color
:
#eee
;
}
}
.bs-
docs-
example-type
.table
tr
:first-child
td
,
.bs-example-type
.table
tr
:first-child
td
,
.bs-
docs-
example-type
.table
tr
:first-child
th
{
.bs-example-type
.table
tr
:first-child
th
{
border-top
:
0
;
border-top
:
0
;
}
}
.bs-
docs-
example-type
h1
,
.bs-example-type
h1
,
.bs-
docs-
example-type
h2
,
.bs-example-type
h2
,
.bs-
docs-
example-type
h3
,
.bs-example-type
h3
,
.bs-
docs-
example-type
h4
,
.bs-example-type
h4
,
.bs-
docs-
example-type
h5
,
.bs-example-type
h5
,
.bs-
docs-
example-type
h6
{
.bs-example-type
h6
{
margin
:
0
;
margin
:
0
;
}
}
/* List groups */
/* List groups */
.bs-
docs-
example
>
.list-group
{
.bs-example
>
.list-group
{
max-width
:
400px
;
max-width
:
400px
;
}
}
...
@@ -331,10 +331,10 @@ body {
...
@@ -331,10 +331,10 @@ body {
}
}
/* Example modals */
/* Example modals */
.bs-
docs-
example-modal
{
.bs-example-modal
{
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
}
}
.bs-
docs-
example-modal
.modal
{
.bs-example-modal
.modal
{
position
:
relative
;
position
:
relative
;
top
:
auto
;
top
:
auto
;
right
:
auto
;
right
:
auto
;
...
@@ -343,29 +343,29 @@ body {
...
@@ -343,29 +343,29 @@ body {
z-index
:
1
;
z-index
:
1
;
display
:
block
;
display
:
block
;
}
}
.bs-
docs-
example-modal
.modal-dialog
{
.bs-example-modal
.modal-dialog
{
left
:
auto
;
left
:
auto
;
margin-left
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-right
:
auto
;
}
}
/* Example dropdowns */
/* Example dropdowns */
.bs-
docs-
example
>
.dropdown
>
.dropdown-menu
,
.bs-example
>
.dropdown
>
.dropdown-menu
,
.bs-
docs-
example-submenu
>
.pull-left
>
.dropup
>
.dropdown-menu
,
.bs-example-submenu
>
.pull-left
>
.dropup
>
.dropdown-menu
,
.bs-
docs-
example-submenu
>
.pull-left
>
.dropdown
>
.dropdown-menu
{
.bs-example-submenu
>
.pull-left
>
.dropdown
>
.dropdown-menu
{
position
:
static
;
position
:
static
;
display
:
block
;
display
:
block
;
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
.bs-
docs-
example-submenu
{
.bs-example-submenu
{
min-height
:
230px
;
min-height
:
230px
;
}
}
.bs-
docs-
example-submenu
>
.pull-left
+
.pull-left
{
.bs-example-submenu
>
.pull-left
+
.pull-left
{
margin-left
:
20px
;
margin-left
:
20px
;
}
}
/* Example tabbable tabs */
/* Example tabbable tabs */
.bs-
docs-
example-tabs
.nav-tabs
{
.bs-example-tabs
.nav-tabs
{
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
...
@@ -381,11 +381,11 @@ body {
...
@@ -381,11 +381,11 @@ body {
}
}
/* Popovers */
/* Popovers */
.bs-
docs-
example-popover
{
.bs-example-popover
{
padding-bottom
:
24px
;
padding-bottom
:
24px
;
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
}
}
.bs-
docs-
example-popover
.popover
{
.bs-example-popover
.popover
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
float
:
left
;
float
:
left
;
...
@@ -398,10 +398,10 @@ body {
...
@@ -398,10 +398,10 @@ body {
/* Example templates
/* Example templates
-------------------------------------------------- */
-------------------------------------------------- */
.bs-
docs-
examples
h4
{
.bs-examples
h4
{
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
.bs-
docs-
examples
p
{
.bs-examples
p
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
...
@@ -629,7 +629,7 @@ input.focused {
...
@@ -629,7 +629,7 @@ input.focused {
/* Hide code snippets on mobile devices */
/* Hide code snippets on mobile devices */
@media
screen
and
(
max-width
:
480px
)
{
@media
screen
and
(
max-width
:
480px
)
{
.bs-
docs-
example
{
.bs-example
{
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.highlight
{
.highlight
{
...
...
docs/components.html
View file @
09c3a4b3
This diff is collapsed.
Click to expand it.
docs/css.html
View file @
09c3a4b3
This diff is collapsed.
Click to expand it.
docs/javascript.html
View file @
09c3a4b3
This diff is collapsed.
Click to expand it.
docs/welcome.html
View file @
09c3a4b3
...
@@ -116,7 +116,7 @@ lead: "Welcome to the Bootstrap documentation, the living, interactive style and
...
@@ -116,7 +116,7 @@ lead: "Welcome to the Bootstrap documentation, the living, interactive style and
{% endhighlight %}
{% endhighlight %}
<h3>
Examples
</h3>
<h3>
Examples
</h3>
<div
class=
"row bs-
docs-
examples"
>
<div
class=
"row bs-examples"
>
<div
class=
"col col-lg-4"
>
<div
class=
"col col-lg-4"
>
<a
class=
"thumbnail"
href=
"/examples/starter-template/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"/examples/starter-template/"
target=
"_blank"
>
<img
src=
"/assets/img/examples/bootstrap-example-starter.png"
alt=
""
>
<img
src=
"/assets/img/examples/bootstrap-example-starter.png"
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