Commit 87f6e426 authored by Mark Otto's avatar Mark Otto
Browse files

three columns

parent c8cafa5d
Showing with 13 additions and 9 deletions
+13 -9
...@@ -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="span6"> <div class="span4">
<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><!-- /span6 --> </div><!-- /span4 -->
</div><!-- /row --> </div><!-- /row -->
</form> <!-- /container --> </form> <!-- /container -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment