Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c8b8d914
Commit
c8b8d914
authored
12 years ago
by
Erik van der Kolk
Browse files
Options
Download
Email Patches
Plain Diff
Make Forms => Textarea code snippet the same as example
parent
7f5aa177
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/base-css.html
+1
-1
docs/base-css.html
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/base-css.mustache
with
2 additions
and
2 deletions
+2
-2
docs/base-css.html
+
1
-
1
View file @
c8b8d914
...
@@ -974,7 +974,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -974,7 +974,7 @@ For example, <code>section</code> should be wrapped as inline.
<textarea
rows=
"3"
></textarea>
<textarea
rows=
"3"
></textarea>
</form>
</form>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
textarea
id="textarea"
rows="3"
><
/textarea
>
<
textarea rows="3"
><
/textarea
>
</pre>
</pre>
<h3>
Checkboxes and radios
</h3>
<h3>
Checkboxes and radios
</h3>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
+
1
-
1
View file @
c8b8d914
...
@@ -911,7 +911,7 @@
...
@@ -911,7 +911,7 @@
<textarea
rows=
"3"
></textarea>
<textarea
rows=
"3"
></textarea>
</form>
</form>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
textarea
id="textarea"
rows="3"
><
/textarea
>
<
textarea rows="3"
><
/textarea
>
</pre>
</pre>
<h3>
{{
_i
}}
Checkboxes and radios
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Checkboxes and radios
{{/
i
}}
</h3>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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