summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjonHortensius <sjon@hortensius.net>2015-03-29 15:16:22 +0200
committerSjonHortensius <sjon@hortensius.net>2015-03-29 15:16:22 +0200
commit66de8653bef4662f602a8fac54075150e90846b5 (patch)
tree6f3fac29835ab4f2883561f11b39338ad5ea041e
parent84c2d088d3eee490b04c8ed7ce6d2851e30e04c9 (diff)
downloadpfsense-66de8653bef4662f602a8fac54075150e90846b5.zip
pfsense-66de8653bef4662f602a8fac54075150e90846b5.tar.gz
Add panels-hint
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b50abb7..cd7501d 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ We are migrating pfSense to Bootstrap. You can help! Please respect these code-g
* no trailing whitespace
* limited echoing of HTML from php, please use proper templating syntax instead (eg. foreach/endforeach)
* limited attributes on elements; so _**no** style/align/width attributes_
-* no inline javascript
+* no inline javascript, no ```&nbsp;```, no tables for layout (replace them with [panels](getbootstrap.com/components/#panels) where necessary)
* html attributes should be using double-quoted attribute-values. This means your php-code should probably use single-quoted strings
* we use icons for status-indication and buttons for actions
* **do not** refactor any of the 'backend' code that is on top of each file. Only changes necessary after updating are acceptable; any other changes will be rejected (including changes that were done upstream)
OpenPOWER on IntegriCloud