OLD | NEW |
---|---|
1 html { | 1 html { |
2 /* This is needed because of chrome://theme/css/new_tab.css */ | 2 /* This is needed because of chrome://theme/css/new_tab.css */ |
3 height: 100%; | 3 height: 100%; |
4 } | 4 } |
5 | 5 |
6 body { | 6 body { |
7 margin: 0; | 7 margin: 0; |
8 } | 8 } |
9 | 9 |
10 #main { | 10 #main { |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
694 #t4, #t5, #t6, #t7 { | 694 #t4, #t5, #t6, #t7 { |
695 top: 183px; | 695 top: 183px; |
696 } | 696 } |
697 | 697 |
698 /* tip line */ | 698 /* tip line */ |
699 #tip-line { | 699 #tip-line { |
700 margin: 10px 0; | 700 margin: 10px 0; |
701 text-align: center; | 701 text-align: center; |
702 } | 702 } |
703 | 703 |
704 #themes-promo { | |
705 position: absolute; | |
706 bottom: 0px; | |
707 right: 0px; | |
708 } | |
709 | |
710 #themes-promo * { | |
711 display: block; | |
712 } | |
713 | |
714 #themes-promo img { | |
715 width: 150px; | |
716 height: 180px; | |
717 border: 0; | |
718 } | |
719 | |
704 /* small */ | 720 /* small */ |
705 | 721 |
706 @media (max-width: 920px) { | 722 @media (max-width: 920px) { |
707 | 723 |
708 #main { | 724 #main { |
709 width: 692px; | 725 width: 692px; |
710 } | 726 } |
711 | 727 |
712 #most-visited { | 728 #most-visited { |
713 height: 294px; | 729 height: 294px; |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
756 #t3, #t7, | 772 #t3, #t7, |
757 html[dir='rtl'] #t0, | 773 html[dir='rtl'] #t0, |
758 html[dir='rtl'] #t4 { | 774 html[dir='rtl'] #t4 { |
759 left: 534px; | 775 left: 534px; |
760 } | 776 } |
761 | 777 |
762 #t4, #t5, #t6, #t7 { | 778 #t4, #t5, #t6, #t7 { |
763 top: 147px; | 779 top: 147px; |
764 } | 780 } |
765 } | 781 } |
OLD | NEW |