| OLD | NEW |
| (Empty) |
| 1 <style> | |
| 2 div { | |
| 3 width: 200px; | |
| 4 font-size: 26px; | |
| 5 -webkit-hyphens: auto; | |
| 6 text-align: justify; | |
| 7 margin: 0 4px; | |
| 8 float: left; | |
| 9 border: solid thin lightblue; | |
| 10 -webkit-locale: "en_US"; | |
| 11 } | |
| 12 </style> | |
| 13 <div style="-webkit-hyphenate-limit-lines: no-limit;"> | |
| 14 also the division of the mind into the rational, concupiscent, and | |
| 15 irascible elements, or of pleasures and desires into necessary and | |
| 16 unnecessary—these and other great forms of thought are all of them | |
| 17 to be found in the Republic, and were probably first invented by | |
| 18 Plato. | |
| 19 </div> | |
| 20 | |
| 21 <div style="-webkit-hyphenate-limit-lines: 3;"> | |
| 22 also the division of the mind into the rational, concupiscent, and | |
| 23 irascible elements, or of pleasures and desires into necessary and | |
| 24 unnecessary—these and other great forms of thought are all of them | |
| 25 to be found in the Republic, and were probably first invented by | |
| 26 Plato. | |
| 27 </div> | |
| 28 | |
| 29 <div style="-webkit-hyphenate-limit-lines: 2;"> | |
| 30 also the division of the mind into the rational, concupiscent, and | |
| 31 irascible elements, or of pleasures and desires into necessary and | |
| 32 unnecessary—these and other great forms of thought are all of them | |
| 33 to be found in the Republic, and were probably first invented by | |
| 34 Plato. | |
| 35 </div> | |
| 36 | |
| 37 <div style="-webkit-hyphenate-limit-lines: 1;"> | |
| 38 also the division of the mind into the rational, concupiscent, and | |
| 39 irascible elements, or of pleasures and desires into necessary and | |
| 40 unnecessary—these and other great forms of thought are all of them | |
| 41 to be found in the Republic, and were probably first invented by | |
| 42 Plato. | |
| 43 </div> | |
| 44 | |
| 45 <div style="-webkit-hyphenate-limit-lines: 0;"> | |
| 46 also the division of the mind into the rational, concupiscent, and | |
| 47 irascible elements, or of pleasures and desires into necessary and | |
| 48 unnecessary—these and other great forms of thought are all of them | |
| 49 to be found in the Republic, and were probably first invented by | |
| 50 Plato. | |
| 51 </div> | |
| OLD | NEW |