Merge pull request #202 from luigimartin/patch-1

Update form.html
pull/207/merge
Christian Esperar 2016-06-16 22:23:11 +08:00 committed by GitHub
commit 9a971b41c4
1 changed files with 2 additions and 2 deletions

View File

@ -1286,7 +1286,7 @@
<h4>Inline Form </h4> <h4>Inline Form </h4>
<p class="font-gray-dark"> <p class="font-gray-dark">
For making labels vertical you have two options, either use the apropiate grid <b>.col-</b> class or wrap the form in the <b>form-vertical</b> class. Add .form-inline to your form (which doesn't have to be a <form>) for left-aligned and inline-block controls.
</p> </p>
<form class="form-inline"> <form class="form-inline">
<div class="form-group"> <div class="form-group">
@ -1571,4 +1571,4 @@
</script> </script>
<!-- /Starrr --> <!-- /Starrr -->
</body> </body>
</html> </html>