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
87f6e426
Commit
87f6e426
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
three columns
parent
c8cafa5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/tests/forms.html
+13
-9
less/tests/forms.html
with
13 additions
and
9 deletions
+13
-9
less/tests/forms.html
+
13
-
9
View file @
87f6e426
...
@@ -10,6 +10,12 @@
...
@@ -10,6 +10,12 @@
<!-- Le styles -->
<!-- Le styles -->
<link
href=
"../../docs/assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../docs/assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../docs/assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<link
href=
"../../docs/assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<style>
body
{
padding-top
:
30px
;
padding-bottom
:
30px
;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
@@ -33,7 +39,7 @@
...
@@ -33,7 +39,7 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"span
6
"
>
<div
class=
"span
4
"
>
<label>
Select
</label>
<label>
Select
</label>
<select>
<select>
...
@@ -82,7 +88,8 @@
...
@@ -82,7 +88,8 @@
<label>
reset
</label>
<label>
reset
</label>
<input
type=
"reset"
value=
"Reset"
>
<input
type=
"reset"
value=
"Reset"
>
<hr>
</div>
<!-- /span4 -->
<div
class=
"span4"
>
<label>
file
</label>
<label>
file
</label>
<input
type=
"file"
value=
""
>
<input
type=
"file"
value=
""
>
...
@@ -97,11 +104,7 @@
...
@@ -97,11 +104,7 @@
<label>
image
</label>
<label>
image
</label>
<input
type=
"image"
value=
""
>
<input
type=
"image"
value=
""
>
</div>
<!-- /span6 -->
<hr>
<div
class=
"span6"
>
<hr
class=
"visible-phone"
>
<label>
datetime
</label>
<label>
datetime
</label>
<input
type=
"datetime"
value=
""
>
<input
type=
"datetime"
value=
""
>
...
@@ -131,7 +134,8 @@
...
@@ -131,7 +134,8 @@
<label>
week
</label>
<label>
week
</label>
<input
type=
"week"
value=
""
>
<input
type=
"week"
value=
""
>
<hr>
</div>
<!-- /span4 -->
<div
class=
"span4"
>
<label>
number
</label>
<label>
number
</label>
<input
type=
"number"
value=
""
>
<input
type=
"number"
value=
""
>
...
@@ -166,7 +170,7 @@
...
@@ -166,7 +170,7 @@
<label>
color
</label>
<label>
color
</label>
<input
type=
"color"
value=
""
>
<input
type=
"color"
value=
""
>
</div>
<!-- /span
6
-->
</div>
<!-- /span
4
-->
</div>
<!-- /row -->
</div>
<!-- /row -->
</form>
<!-- /container -->
</form>
<!-- /container -->
...
...
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