| OLD | NEW |
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 margin: 0; | 9 margin: 0; |
| 10 line-height: 1.5; | 10 line-height: 1.5; |
| 11 } | 11 } |
| 12 | 12 |
| 13 a img | 13 a img |
| 14 { | 14 { |
| 15 border: none; | 15 border: none; |
| 16 } | 16 } |
| 17 | 17 |
| 18 a:link, a:visited | 18 a:link, a:visited |
| 19 { | 19 { |
| 20 color: #555; | 20 color: #555; |
| 21 } | 21 } |
| 22 | 22 |
| 23 button | 23 button |
| 24 { | 24 { |
| 25 cursor: pointer; | 25 cursor: pointer; |
| 26 } | 26 } |
| 27 | 27 |
| 28 code, pre | 28 code, pre |
| 29 { | 29 { |
| 30 font-family: "Courier New", monospace; | 30 font-family: monospace; |
| 31 } | 31 } |
| 32 | 32 |
| 33 pre | 33 pre |
| 34 { | 34 { |
| 35 background: #fff8dc; | 35 background: #ececec; |
| 36 padding: 10px; | 36 padding: 1em; |
| 37 border: 1px solid black; | |
| 38 overflow: auto; | 37 overflow: auto; |
| 39 } | 38 } |
| 40 | 39 |
| 41 .sprite | 40 .sprite |
| 42 { | 41 { |
| 43 display: inline-block; | 42 display: inline-block; |
| 44 font-size: 0px; /* fix for IE6 height bug */ | 43 font-size: 0px; /* fix for IE6 height bug */ |
| 45 background-image: url(../img/sprite-main.png); | 44 background-image: url(../img/sprite-main.png); |
| 46 background-repeat: no-repeat; | 45 background-repeat: no-repeat; |
| 47 } | 46 } |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 { | 612 { |
| 614 display: none; | 613 display: none; |
| 615 } | 614 } |
| 616 | 615 |
| 617 /* overriding display:none above */ | 616 /* overriding display:none above */ |
| 618 #footer #social-list | 617 #footer #social-list |
| 619 { | 618 { |
| 620 display: block; | 619 display: block; |
| 621 } | 620 } |
| 622 } | 621 } |
| OLD | NEW |