summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander van Leeuwen <sander@react.nl>2015-01-22 17:27:49 +0100
committerSander van Leeuwen <sander@react.nl>2015-01-22 17:27:49 +0100
commite8477a56d3bd70703655158a84faaaa6755cde78 (patch)
treee81cb9409d71d74ba20ab603b793b1e24584466b
parent2a746a1ee22a3f22247e73742613dae90f3a4006 (diff)
downloadpfsense-e8477a56d3bd70703655158a84faaaa6755cde78.zip
pfsense-e8477a56d3bd70703655158a84faaaa6755cde78.tar.gz
Text tweak
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf5e388..dca6a04 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,10 @@ The Bootstrap grid system is used for defining columns. We've chosen the 'small'
## Forms
* Every form should have at least one 'panel' which contains the form fields. If certain fields can be grouped together, you can add multiple panels to a form.
-* A field consists out of an outer wrapper `.form-group` which contains a `label` and the `input`
+* A field consists of an outer wrapper `.form-group` which contains a `label` and the `input`
* The submit button should be placed outside of the panels to prevent confusion (e.g., the save button saves the whole form and not just the last panel).
-An example:
+An example (which omits everything but relevant Bootstrap classes):
```html
<form class="form-horizontal">
OpenPOWER on IntegriCloud