Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 /* | 1 /* |
2 * Fonts | 2 * Fonts |
3 */ | 3 */ |
4 @font-face { | 4 @font-face { |
5 font-family: "Lato"; | 5 font-family: "Lato"; |
6 font-style: normal; | 6 font-style: normal; |
7 font-weight: 400; | 7 font-weight: 400; |
8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff'); | 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff'); |
9 } | 9 } |
10 @font-face { | 10 @font-face { |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
434 font-weight: normal; | 434 font-weight: normal; |
435 margin-bottom: 1em; | 435 margin-bottom: 1em; |
436 } | 436 } |
437 | 437 |
438 #releases ul | 438 #releases ul |
439 { | 439 { |
440 list-style: none; | 440 list-style: none; |
441 padding: 0px; | 441 padding: 0px; |
442 } | 442 } |
443 | 443 |
444 #releases li span | 444 #releases li div |
Thomas Greiner
2015/12/11 16:48:00
Detail: `<div>` seems more appropriate for this pu
saroyanm
2015/12/11 19:16:36
Agree, done.
| |
445 { | 445 { |
446 width: 130px; | 446 width: 130px; |
447 } | 447 } |
448 | 448 |
449 #releases li > * | 449 #releases li > * |
450 { | 450 { |
451 display: table-cell; | 451 display: table-cell; |
452 } | 452 } |
453 | 453 |
454 #releases li | 454 #releases li |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
848 padding-right: .1em; | 848 padding-right: .1em; |
849 border-right-width: 1px; | 849 border-right-width: 1px; |
850 border-right-width: 1px; | 850 border-right-width: 1px; |
851 } | 851 } |
852 | 852 |
853 #panels-openings | 853 #panels-openings |
854 { | 854 { |
855 margin-top: -40px; | 855 margin-top: -40px; |
856 } | 856 } |
857 } | 857 } |
LEFT | RIGHT |