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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 } | 782 } |
783 | 783 |
784 #logo | 784 #logo |
785 { | 785 { |
786 padding: 5px 0; | 786 padding: 5px 0; |
787 } | 787 } |
788 | 788 |
789 #menu .menu-list | 789 #menu .menu-list |
790 { | 790 { |
791 clear: both; | 791 clear: both; |
792 margin-left: -100px; | 792 margin-left: -150px; |
793 } | 793 } |
794 | 794 |
795 #menu .menu-button | 795 #menu .menu-button |
796 { | 796 { |
797 margin-top: 5px; | 797 margin-top: 13px; |
| 798 margin-bottom: 10px; |
798 } | 799 } |
799 | 800 |
800 #press-info .sidebar-left | 801 #press-info .sidebar-left |
801 { | 802 { |
802 text-align: inherit; | 803 text-align: inherit; |
803 } | 804 } |
804 | 805 |
805 .no-mobile | 806 .no-mobile |
806 { | 807 { |
807 display: none; | 808 display: none; |
(...skipping 22 matching lines...) Expand all Loading... |
830 padding-right: .1em; | 831 padding-right: .1em; |
831 border-right-width: 1px; | 832 border-right-width: 1px; |
832 border-right-width: 1px; | 833 border-right-width: 1px; |
833 } | 834 } |
834 | 835 |
835 #panels-openings | 836 #panels-openings |
836 { | 837 { |
837 margin-top: -40px; | 838 margin-top: -40px; |
838 } | 839 } |
839 } | 840 } |
OLD | NEW |