OLD | NEW |
1 #content h1, #content h2 | 1 #content h1, #content h2 |
2 { | 2 { |
3 font-size: 16px; | 3 font-size: 16px; |
4 } | 4 } |
5 | 5 |
6 #content .sprite | 6 #content .sprite |
7 { | 7 { |
8 background-image: url(../img/sprite-index.png); | 8 background-image: url(../img/sprite-index.png); |
9 } | 9 } |
10 | 10 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 | 60 |
61 #content.ua-android #adblock-browser-notification, | 61 #content.ua-android #adblock-browser-notification, |
62 #content.ua-ios #adblock-browser-notification | 62 #content.ua-ios #adblock-browser-notification |
63 { | 63 { |
64 display: none; | 64 display: none; |
65 } | 65 } |
66 | 66 |
67 #main, #video | 67 #main, #video |
68 { | 68 { |
69 display: inline-block; | 69 display: inline-block; |
| 70 vertical-align: top; /* Fix for https://bugzil.la/1320660 */ |
70 } | 71 } |
71 | 72 |
72 #video, #maxthon-instruction, #edge-teaser | 73 #video, #maxthon-instruction, #edge-teaser |
73 { | 74 { |
74 background: #ffffff; | 75 background: #ffffff; |
75 padding: 10px; | 76 padding: 10px; |
76 border: 1px solid #c9c9c9; | 77 border: 1px solid #c9c9c9; |
77 box-shadow: 1px 1px 0 0 #dbdbdb; | 78 box-shadow: 1px 1px 0 0 #dbdbdb; |
78 } | 79 } |
79 | 80 |
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 #more-container.opera #more-opera, | 693 #more-container.opera #more-opera, |
693 #more-container.android #more-android, | 694 #more-container.android #more-android, |
694 #more-container.internet-explorer #more-internet-explorer, | 695 #more-container.internet-explorer #more-internet-explorer, |
695 #more-container.safari #more-safari, | 696 #more-container.safari #more-safari, |
696 #more-container.yandex-browser #more-yandex-browser, | 697 #more-container.yandex-browser #more-yandex-browser, |
697 #more-container.maxthon #more-maxthon | 698 #more-container.maxthon #more-maxthon |
698 #more-container.edge #more-edge | 699 #more-container.edge #more-edge |
699 { | 700 { |
700 background-color: #dbd4c7; | 701 background-color: #dbd4c7; |
701 } | 702 } |
OLD | NEW |