| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 428 margin-bottom: 0; | 428 margin-bottom: 0; |
| 429 } | 429 } |
| 430 | 430 |
| 431 .profile h3 | 431 .profile h3 |
| 432 { | 432 { |
| 433 font-size: 14px; | 433 font-size: 14px; |
| 434 font-weight: normal; | 434 font-weight: normal; |
| 435 margin-bottom: 1em; | 435 margin-bottom: 1em; |
| 436 } | 436 } |
| 437 | 437 |
| 438 #releases ul | |
| 439 { | |
| 440 list-style: none; | |
| 441 padding: 0px; | |
| 442 } | |
| 443 | |
| 444 #releases li span | |
|
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 { | |
| 446 width: 130px; | |
| 447 } | |
| 448 | |
| 449 #releases li > * | |
| 450 { | |
| 451 display: table-cell; | |
| 452 } | |
| 453 | |
| 454 #releases li | |
| 455 { | |
| 456 margin-bottom: 10px; | |
| 457 } | |
| 458 | |
| 438 /* | 459 /* |
| 439 * Multi-column layouts | 460 * Multi-column layouts |
| 440 */ | 461 */ |
| 441 | 462 |
| 442 .columns-container | 463 .columns-container |
| 443 { | 464 { |
| 444 display: block; | 465 display: block; |
| 445 -webkit-box-sizing: border-box; | 466 -webkit-box-sizing: border-box; |
| 446 -moz-box-sizing: border-box; | 467 -moz-box-sizing: border-box; |
| 447 box-sizing: border-box; | 468 box-sizing: border-box; |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 745 #ihk-logo | 766 #ihk-logo |
| 746 { | 767 { |
| 747 float: left; | 768 float: left; |
| 748 } | 769 } |
| 749 | 770 |
| 750 #fair-company-logo | 771 #fair-company-logo |
| 751 { | 772 { |
| 752 float: right; | 773 float: right; |
| 753 } | 774 } |
| 754 | 775 |
| 755 #editors-and-publisher | |
| 756 { | |
| 757 background-color: #fbfbfb; | |
| 758 padding: 12px 8px; | |
| 759 padding-bottom: 1px; | |
| 760 text-align: center; | |
| 761 } | |
| 762 | |
| 763 .why-work-here-button | 776 .why-work-here-button |
| 764 { | 777 { |
| 765 background-color: #747474; | 778 background-color: #747474; |
| 766 } | 779 } |
| 767 | 780 |
| 768 .why-work-here-button:hover, | 781 .why-work-here-button:hover, |
| 769 .why-work-here-button:focus | 782 .why-work-here-button:focus |
| 770 { | 783 { |
| 771 background-color: #333; | 784 background-color: #333; |
| 772 } | 785 } |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 795 #menu .menu-button | 808 #menu .menu-button |
| 796 { | 809 { |
| 797 margin-top: 5px; | 810 margin-top: 5px; |
| 798 } | 811 } |
| 799 | 812 |
| 800 #press-info .sidebar-left | 813 #press-info .sidebar-left |
| 801 { | 814 { |
| 802 text-align: inherit; | 815 text-align: inherit; |
| 803 } | 816 } |
| 804 | 817 |
| 818 #releases li > * | |
| 819 { | |
| 820 display: block; | |
| 821 } | |
| 822 | |
| 805 .no-mobile | 823 .no-mobile |
| 806 { | 824 { |
| 807 display: none; | 825 display: none; |
| 808 } | 826 } |
| 809 } | 827 } |
| 810 | 828 |
| 811 @media (min-width: 751px) | 829 @media (min-width: 751px) |
| 812 { | 830 { |
| 813 .ui-tabs-nav-vertical | 831 .ui-tabs-nav-vertical |
| 814 { | 832 { |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 830 padding-right: .1em; | 848 padding-right: .1em; |
| 831 border-right-width: 1px; | 849 border-right-width: 1px; |
| 832 border-right-width: 1px; | 850 border-right-width: 1px; |
| 833 } | 851 } |
| 834 | 852 |
| 835 #panels-openings | 853 #panels-openings |
| 836 { | 854 { |
| 837 margin-top: -40px; | 855 margin-top: -40px; |
| 838 } | 856 } |
| 839 } | 857 } |
| OLD | NEW |