| OLD | NEW |
| 1 body { | 1 body { |
| 2 font-family: "open sans", Helvetica, Arial, sans-serif; | 2 font-family: "open sans", Helvetica, Arial, sans-serif; |
| 3 font-size: small; | 3 font-size: small; |
| 4 color: #333; | 4 color: #333; |
| 5 background-color: white; | 5 background-color: white; |
| 6 margin: 0; | 6 margin: 0; |
| 7 padding: 0; | 7 padding: 0; |
| 8 } | 8 } |
| 9 | 9 |
| 10 p { | 10 p { |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 margin: 0; | 248 margin: 0; |
| 249 color: #666; | 249 color: #666; |
| 250 } | 250 } |
| 251 | 251 |
| 252 #gc-footer .text { | 252 #gc-footer .text { |
| 253 text-align: center; | 253 text-align: center; |
| 254 padding: 30px 0; | 254 padding: 30px 0; |
| 255 margin: 0 0 0 0; | 255 margin: 0 0 0 0; |
| 256 } | 256 } |
| 257 | 257 |
| 258 #type_name { | 258 .type_name { |
| 259 font-style: italic; | 259 font-style: italic; |
| 260 } | 260 } |
| 261 | 261 |
| 262 .api_reference div.summary { | 262 .api_reference div.summary { |
| 263 border: 1px solid #b582f6; | 263 border: 1px solid #b582f6; |
| 264 font-family: "Courier New", courier, monospace; | 264 font-family: "Courier New", courier, monospace; |
| 265 padding: 0.5em 0.5em 0.5em 2em; | 265 padding: 0.5em 0.5em 0.5em 2em; |
| 266 text-indent: -1.5em; | 266 text-indent: -1.5em; |
| 267 background-color: #ede1fd; | 267 background-color: #ede1fd; |
| 268 margin-top: 1em; | 268 margin-top: 1em; |
| 269 } | 269 } |
| 270 | 270 |
| 271 .api_reference div.description { | 271 .api_reference div.description { |
| 272 margin-left: 2em; | 272 margin-left: 2em; |
| 273 } | 273 } |
| 274 | 274 |
| 275 div.summary .subdued { | 275 div.summary .subdued { |
| 276 color: #dfc9fb; | 276 color: #dfc9fb; |
| 277 } | 277 } |
| 278 | 278 |
| 279 .optional { | 279 .optional { |
| 280 color: #7D7D7D; | 280 color: #7D7D7D; |
| 281 } | 281 } |
| OLD | NEW |