| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Testing Widows and Orphans</title> | 4 <title>Testing Widows and Orphans</title> |
| 5 <style> | 5 <style> |
| 6 body.hide-containers .container { | 6 body.hide-containers .container { |
| 7 display: none; | 7 display: none; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .container { | 10 .container { |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 </script> | 197 </script> |
| 198 </head> | 198 </head> |
| 199 <body> | 199 <body> |
| 200 <p> | 200 <p> |
| 201 Testing widows and orphans. Any green lines | 201 Testing widows and orphans. Any green lines |
| 202 should be at the bottom of pages/columns, and any red lines | 202 should be at the bottom of pages/columns, and any red lines |
| 203 should be at the top of pages/columns. | 203 should be at the top of pages/columns. |
| 204 </p> | 204 </p> |
| 205 </body> | 205 </body> |
| 206 </html> | 206 </html> |
| OLD | NEW |