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
f744ad57
Commit
f744ad57
authored
Aug 25, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #4676 manually: example html updated
parent
bb9d1af1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-3
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
f744ad57
...
@@ -4152,7 +4152,7 @@ input[type="submit"].btn.btn-mini {
...
@@ -4152,7 +4152,7 @@ input[type="submit"].btn.btn-mini {
}
}
.navbar
.btn-group
.btn
{
.navbar
.btn-group
.btn
{
margin
:
0
;
margin
-top
:
0
;
}
}
.navbar-form
{
.navbar-form
{
...
@@ -4197,8 +4197,6 @@ input[type="submit"].btn.btn-mini {
...
@@ -4197,8 +4197,6 @@ input[type="submit"].btn.btn-mini {
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.navbar-form
.input-append
.btn
,
.navbar-form
.input-prepend
.btn
,
.navbar-form
.input-append
input
,
.navbar-form
.input-append
input
,
.navbar-form
.input-prepend
input
{
.navbar-form
.input-prepend
input
{
margin-top
:
0
;
margin-top
:
0
;
...
...
docs/components.html
View file @
f744ad57
...
@@ -1769,7 +1769,7 @@
...
@@ -1769,7 +1769,7 @@
</div>
</div>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
div class="page-header"
>
<
div class="page-header"
>
<
h1
>
Example page header
<
/h1
>
<
h1
>
Example page header
<
small
>
Subtext for header
<
/small
>
<
/h1
>
<
/div
>
<
/div
>
</pre>
</pre>
...
...
docs/templates/pages/components.mustache
View file @
f744ad57
...
@@ -1698,7 +1698,7 @@
...
@@ -1698,7 +1698,7 @@
</div>
</div>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
div class="page-header"
>
<
div class="page-header"
>
<
h1
>
{{
_i
}}
Example page header
{{/
i
}}
<
/h1
>
<
h1
>
{{
_i
}}
Example page header
{{/
i
}}
<
small
>
{{
_i
}}
Subtext for header
{{/
i
}}
<
/small
>
<
/h1
>
<
/div
>
<
/div
>
</pre>
</pre>
...
...
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