diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-11 14:26:06 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-17 11:13:34 +0100 |
commit | 6b374164d79d5fd9f969ce0d9a28860f72e7afaf (patch) | |
tree | 64ce502eb43c4238fa653d7bea169bf14049192b /web | |
parent | 0a96422e2d83fd461d3867c52f5aaacf5fa41a6e (diff) |
Add some inline docs about using right-to-left.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/default/_colours.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/default/_colours.scss b/web/cobrands/default/_colours.scss index e8c12f98e..5ac6cf8e7 100644 --- a/web/cobrands/default/_colours.scss +++ b/web/cobrands/default/_colours.scss @@ -1,3 +1,8 @@ +/* LAYOUT */ + +// If you are wanting a right-to-left layout, uncomment the following line. +// $direction: right; + /* COLOURS */ $orange: #ff9900; |