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|}}}<onlyinclude> |
| 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. --> | ||
| wrap = white-space: pre-wrap; <!-- whitespace preserved, text wraps at box border and line breaks. --> | | wrap = white-space: pre-wrap; <!-- whitespace preserved, text wraps at box border and line breaks. --> | ||
| Line 6: | Line 6: | ||
| code <!-- fall through to next--> | | code <!-- fall through to next--> | ||
| pre <!-- fall through to next--> | | pre <!-- fall through to next--> | ||
| − | | #default = white-space: pre; < | + | | #default = white-space: pre; </onlyinclude> |
}} | }} | ||
Revision as of 06:12, 18 February 2013
white-space: pre;