Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/index.css

Issue 29366870: Issue 4656 - iframe positioned incorrectly in FF nightly (Closed)
Patch Set: Created Dec. 5, 2016, 6:26 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld