2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove outdated documentation

* Remove about generated button of file form
* Remove and merge layout examples of custom forms
* Clarify id/for
* Change some spacing classes for consistency
This commit is contained in:
ysds
2019-07-24 22:24:45 +09:00
committed by Mark Otto
parent b4bf0ab371
commit c0a64e989a
3 changed files with 52 additions and 75 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ Longer placeholder text is truncated and an ellipsis is added when there's not e
</div>
{{< /example >}}
We hide the default file `<input>` via `opacity` and instead style the `<label>`. The button is generated and positioned with `::after`. Lastly, we declare a `width` and `height` on the `<input>` for proper spacing for surrounding content.
We hide the default file `<input>` via `opacity` and instead style the `<label>`, and declare a `width` and `height` on the `<input>` for proper spacing for surrounding content.