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
369ca13c
Commit
369ca13c
authored
Mar 28, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix homepage link in css-tests and remove second help text from example form
parent
66743676
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/base-css.html
docs/base-css.html
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
less/tests/css-tests.html
less/tests/css-tests.html
+1
-1
No files found.
docs/assets/bootstrap.zip
View file @
369ca13c
No preview for this file type
docs/base-css.html
View file @
369ca13c
...
@@ -882,7 +882,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -882,7 +882,7 @@ For example, <code>section</code> should be wrapped as inline.
<div
class=
"span9"
>
<div
class=
"span9"
>
<form
class=
"well"
>
<form
class=
"well"
>
<label>
Label name
</label>
<label>
Label name
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"Type something…"
>
<span
class=
"help-inline"
>
Associated help text!
</span>
<input
type=
"text"
class=
"span3"
placeholder=
"Type something…"
>
<p
class=
"help-block"
>
Example block-level help text here.
</p>
<p
class=
"help-block"
>
Example block-level help text here.
</p>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
>
Check me out
<input
type=
"checkbox"
>
Check me out
...
...
docs/templates/pages/base-css.mustache
View file @
369ca13c
...
@@ -805,7 +805,7 @@
...
@@ -805,7 +805,7 @@
<div
class=
"span9"
>
<div
class=
"span9"
>
<form
class=
"well"
>
<form
class=
"well"
>
<label>
{{
_i
}}
Label name
{{/
i
}}
</label>
<label>
{{
_i
}}
Label name
{{/
i
}}
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"
{{
_i
}}
Type something…
{{/
i
}}
"
>
<span
class=
"help-inline"
>
Associated help text!
</span>
<input
type=
"text"
class=
"span3"
placeholder=
"
{{
_i
}}
Type something…
{{/
i
}}
"
>
<p
class=
"help-block"
>
{{
_i
}}
Example block-level help text here.
{{/
i
}}
</p>
<p
class=
"help-block"
>
{{
_i
}}
Example block-level help text here.
{{/
i
}}
</p>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
>
{{
_i
}}
Check me out
{{/
i
}}
<input
type=
"checkbox"
>
{{
_i
}}
Check me out
{{/
i
}}
...
...
less/tests/css-tests.html
View file @
369ca13c
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"./index.html"
>
Bootstrap
</a>
<a
class=
"brand"
href=
".
./../docs
/index.html"
>
Bootstrap
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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