OLD | NEW |
---|---|
1 body { | 1 body { |
2 color: #333; | 2 color: #333; |
3 font: 13px/22px 'Open Sans',arial,sans-serif; | 3 font: 13px/22px 'Open Sans',arial,sans-serif; |
4 font-weight: 400; | 4 font-weight: 400; |
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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
357 z-index: 1; | 357 z-index: 1; |
358 position: relative; | 358 position: relative; |
359 } | 359 } |
360 | 360 |
361 #gc-toc div.line { | 361 #gc-toc div.line { |
362 border-top: thin solid #FAFAFA; | 362 border-top: thin solid #FAFAFA; |
363 height: 1px; | 363 height: 1px; |
364 margin: 1.3em 1em 0 0; | 364 margin: 1.3em 1em 0 0; |
365 padding: 0; | 365 padding: 0; |
366 } | 366 } |
367 | |
368 .filtered_item { | |
369 line-height: 30%; | |
not at google - send to devlin
2012/07/30 10:14:25
pixel height is preferred; 6px looks ok.
I'd also
cduvall
2012/07/30 20:05:38
Done.
| |
370 } | |
371 | |
372 #filtered_apis { | |
373 margin-top: -5px; | |
374 padding-bottom: 5px; | |
375 border-bottom: 1px solid #E5E5E5; | |
not at google - send to devlin
2012/07/30 10:14:25
border looks kinda ugly, if you make them differen
cduvall
2012/07/30 20:05:38
Done.
| |
376 } | |
OLD | NEW |