Difference between revisions of "Template:White-space"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{#switch: {{{1|}}} | {{#switch: {{{1|}}} | ||
| − | | override = white-space: pre; border:none; background: none; <!-- used for situations that 'pre' is needed for formatting --> | + | | override = white-space: pre-wrap; border:none; background: none; <!-- used for situations that 'pre' is needed for formatting --> |
| normal = white-space: normal; <!-- multiple white space collapses, text wraps at box border. --> | | normal = white-space: normal; <!-- multiple white space collapses, text wraps at box border. --> | ||
| pre-wrap <!-- explicitly defined name. - fall through to next --> | | pre-wrap <!-- explicitly defined name. - fall through to next --> | ||
Revision as of 20:39, 25 February 2013
white-space: pre;