summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSjonHortensius <sjon@hortensius.net>2015-03-25 15:07:33 +0100
committerSjonHortensius <sjon@hortensius.net>2015-03-25 15:07:33 +0100
commit511b099db9a03194c65facf9b09aff043799e977 (patch)
tree52459a5185621a461d271611a53c12c37ae1bc6d /README.md
parente6acc2eee489eb25c2b4fed267ed767c2a19a5e8 (diff)
downloadpfsense-511b099db9a03194c65facf9b09aff043799e977.zip
pfsense-511b099db9a03194c65facf9b09aff043799e977.tar.gz
Template > file
Prevent misunderstandings that we refer to existing files
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9ca50a..99e8ff0 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ rsync -xav --delete `dirname $0`/etc/inc/ root@$HOST:/etc/inc/
Before diving into a template, clean it with the supplied cleaner (`clean.sh`). This script tries to remove most of the unnecessary element attributes and does a bunch of other replaces which have to be done in every template.
-# Template migration conventions
+# Migration conventions
-All migrated templates are formatted with default [Bootstrap](http://getbootstrap.com/) components. Custom CSS goes into `usr/www/bootstrap/css/pfSense.css`, but try to keep this to a minimum.
+All migrated files (in usr/local/www) are formatted with default [Bootstrap](http://getbootstrap.com/) components. Custom CSS goes into `usr/www/bootstrap/css/pfSense.css`, but try to keep this to a minimum.
The Bootstrap grid system is used for defining columns. We've chosen the 'small' breakpoint as the default breakpoint to collapse from a horizontal to vertical layout. You should define your column widths with `.col-sm-*`, unless there's a good (and documented ;) ) reason to deviate from this default.
OpenPOWER on IntegriCloud