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
a3c474c4
Commit
a3c474c4
authored
Aug 18, 2012
by
Erik van der Kolk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move code within <pre> tags as close to the left for Input focus
parent
f4f6783c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
docs/base-css.html
docs/base-css.html
+3
-3
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+3
-3
No files found.
docs/base-css.html
View file @
a3c474c4
...
@@ -1327,9 +1327,9 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1327,9 +1327,9 @@ For example, <code>section</code> should be wrapped as inline.
<form
class=
"bs-docs-example form-inline"
>
<form
class=
"bs-docs-example form-inline"
>
<input
class=
"input-xlarge focused"
id=
"focusedInput"
type=
"text"
value=
"This is focused..."
>
<input
class=
"input-xlarge focused"
id=
"focusedInput"
type=
"text"
value=
"This is focused..."
>
</form>
</form>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
input class="input-xlarge" id="focusedInput" type="text" value="This is focused..."
>
<
input class="input-xlarge" id="focusedInput" type="text" value="This is focused..."
>
</pre>
</pre>
<h3>
Disabled inputs
</h3>
<h3>
Disabled inputs
</h3>
<p>
Add the
<code>
disabled
</code>
attribute on an input to prevent user input and trigger a slightly different look.
</p>
<p>
Add the
<code>
disabled
</code>
attribute on an input to prevent user input and trigger a slightly different look.
</p>
...
...
docs/templates/pages/base-css.mustache
View file @
a3c474c4
...
@@ -1264,9 +1264,9 @@
...
@@ -1264,9 +1264,9 @@
<form
class=
"bs-docs-example form-inline"
>
<form
class=
"bs-docs-example form-inline"
>
<input
class=
"input-xlarge focused"
id=
"focusedInput"
type=
"text"
value=
"
{{
_i
}}
This is focused...
{{/
i
}}
"
>
<input
class=
"input-xlarge focused"
id=
"focusedInput"
type=
"text"
value=
"
{{
_i
}}
This is focused...
{{/
i
}}
"
>
</form>
</form>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
input class="input-xlarge" id="focusedInput" type="text" value="
{{
_i
}}
This is focused...
{{/
i
}}
"
>
<
input class="input-xlarge" id="focusedInput" type="text" value="
{{
_i
}}
This is focused...
{{/
i
}}
"
>
</pre>
</pre>
<h3>
{{
_i
}}
Disabled inputs
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Disabled inputs
{{/
i
}}
</h3>
<p>
{{
_i
}}
Add the
<code>
disabled
</code>
attribute on an input to prevent user input and trigger a slightly different look.
{{/
i
}}
</p>
<p>
{{
_i
}}
Add the
<code>
disabled
</code>
attribute on an input to prevent user input and trigger a slightly different look.
{{/
i
}}
</p>
...
...
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