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

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

Issue 29544557: Issue 5672 - Misplaced content on adblockplus.org/maxthon (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Revert edge-teaser image alt typo fix Created Sept. 18, 2017, 7:46 a.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 | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 { 74 {
75 background: #ffffff; 75 background: #ffffff;
76 padding: 10px; 76 padding: 10px;
77 border: 1px solid #c9c9c9; 77 border: 1px solid #c9c9c9;
78 box-shadow: 1px 1px 0 0 #dbdbdb; 78 box-shadow: 1px 1px 0 0 #dbdbdb;
79 } 79 }
80 80
81 #maxthon-instruction, 81 #maxthon-instruction,
82 html[lang^="zh_"] #content.maxthon #video, 82 html[lang^="zh_"] #content.maxthon #video,
83 #content.maxthon #feature-free, 83 #content.maxthon #feature-free,
84 #content.maxthon #terms-message,
84 #feature-maxthon 85 #feature-maxthon
85 { 86 {
86 display: none; 87 display: none;
87 } 88 }
88 89
89 html[lang^="zh_"] #content.maxthon #maxthon-instruction 90 html[lang^="zh_"] #content.maxthon #maxthon-instruction
90 { 91 {
91 display: inline-block; 92 display: inline-block;
92 padding: 0px; 93 padding: 0px;
93 } 94 }
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 line-height: 1.4; 698 line-height: 1.4;
698 color: #000; 699 color: #000;
699 background-color: #fff; 700 background-color: #fff;
700 border: 2px solid #a1a1a1; 701 border: 2px solid #a1a1a1;
701 } 702 }
702 703
703 #ready-for-windows-notice 704 #ready-for-windows-notice
704 { 705 {
705 margin-bottom: 30px; 706 margin-bottom: 30px;
706 } 707 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld