| OLD | NEW |
| 1 .left-intact { | 1 .left-intact { |
| 2 box-sizing: border-box; | 2 box-sizing: border-box; |
| 3 } | 3 } |
| 4 .left-intact { | 4 .left-intact { |
| 5 padding: 1em; | 5 padding: 1em; |
| 6 } .should-change { | 6 } .should-change { |
| 7 color: red; } .should-change { border: 1px solid black; } .should-change { p
osition: relative; | 7 color: red; } .should-change { border: 1px solid black; } .should-change { p
osition: relative; |
| 8 margin: 1em; | 8 margin: 1em; |
| 9 } | 9 } |
| 10 @media (min-device-width: 1px) { | 10 @media (min-device-width: 1px) { |
| 11 .should-change { | 11 .should-change { |
| 12 font-family: monospace; | 12 font-family: monospace; |
| 13 } | 13 } |
| 14 } | 14 } |
| 15 |
| 16 /** |
| 17 * Make sure to update styles-update-links-2.css on any change |
| 18 * to lines count of this file. |
| 19 */ |
| OLD | NEW |