| OLD | NEW |
| 1 html, body | 1 html, body |
| 2 { | 2 { |
| 3 height: 100%; | 3 height: 100%; |
| 4 } | 4 } |
| 5 | 5 |
| 6 html | 6 html |
| 7 { | 7 { |
| 8 height: 100%; | 8 height: 100%; |
| 9 font-family: Arial, Sans-serif; | 9 font-family: Arial, Sans-serif; |
| 10 font-size: 14px; | 10 font-size: 14px; |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 .feature-description | 92 .feature-description |
| 93 { | 93 { |
| 94 width: 550px; | 94 width: 550px; |
| 95 margin: 0px 10px; | 95 margin: 0px 10px; |
| 96 } | 96 } |
| 97 | 97 |
| 98 .feature-title | 98 .feature-title |
| 99 { | 99 { |
| 100 color: black; | 100 color: black; |
| 101 font-weight: bold; | 101 font-weight: bold; |
| 102 font-size: 120%; | |
| 103 } | 102 } |
| 104 | 103 |
| 105 .feature-text | 104 .feature-text |
| 106 { | 105 { |
| 107 margin: 7px 0px; | 106 margin: 5px 0px; |
| 108 white-space: normal; | 107 white-space: normal; |
| 109 } | 108 } |
| 110 | 109 |
| 111 .feature-image | 110 .feature-image |
| 112 { | 111 { |
| 113 width: 36px; | 112 width: 36px; |
| 114 height: 36px; | 113 height: 36px; |
| 115 background-size: 36px 36px; | 114 background-size: 36px 36px; |
| 116 background-repeat: no-repeat; | 115 background-repeat: no-repeat; |
| 117 } | 116 } |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 footer a:link, footer a:visited | 212 footer a:link, footer a:visited |
| 214 { | 213 { |
| 215 color: #3b434a; | 214 color: #3b434a; |
| 216 text-decoration: none; | 215 text-decoration: none; |
| 217 } | 216 } |
| 218 | 217 |
| 219 #abp-name | 218 #abp-name |
| 220 { | 219 { |
| 221 font-weight: bold; | 220 font-weight: bold; |
| 222 } | 221 } |
| OLD | NEW |