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

Delta Between Two Patch Sets: anwiki/_override-static/global/global/css/index.css

Issue 4856103321993216: Issue 1817 - Change the temporary Maxthon landing page (Infrastructure) (Closed)
Left Patch Set: Created Jan. 28, 2015, 11:33 a.m.
Right Patch Set: Created Feb. 5, 2015, 11:17 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
11 #main, #video 11 #main, #video
12 { 12 {
13 display: inline-block; 13 display: inline-block;
14 } 14 }
15 15
16 #video, #maxthon-instruction 16 #video, #maxthon-instruction
17 { 17 {
18 background: white; 18 background: white;
19 padding: 10px; 19 padding: 10px;
20 border: 1px solid #c9c9c9; 20 border: 1px solid #c9c9c9;
21 box-shadow: 1px 1px 0 0 #dbdbdb; 21 box-shadow: 1px 1px 0 0 #dbdbdb;
22 } 22 }
23 23
24 #maxthon-instruction, 24 #maxthon-instruction,
25 html[lang="zh_cn"] #content.maxthon #video, 25 html[lang^="zh_"] #content.maxthon #video,
26 html[lang="zh_tw"] #content.maxthon #video,
Thomas Greiner 2015/02/03 13:22:04 Using `html[lang^="zh_"] #content.maxton #video` s
saroyanm 2015/02/05 11:22:06 Good point, done
27 #content.maxthon #feature-free, 26 #content.maxthon #feature-free,
28 #feature-maxthon 27 #feature-maxthon
29 { 28 {
30 display: none; 29 display: none;
31 } 30 }
32 31
33 html[lang="zh_cn"] #content.maxthon #maxthon-instruction, 32 html[lang^="zh_"] #content.maxthon #maxthon-instruction
34 html[lang="zh_tw"] #content.maxthon #maxthon-instruction, 33 {
34 display: inline-block;
35 padding: 0px;
36 }
37
35 #content.maxthon #feature-maxthon 38 #content.maxthon #feature-maxthon
Thomas Greiner 2015/02/03 13:22:04 I'd rather split those into two rules because the
saroyanm 2015/02/05 11:22:06 Done.
36 { 39 {
37 display: inline-block; 40 display: inline-block;
38 padding: 0px;
39 } 41 }
40 42
41 #summary h1, #summary h2 43 #summary h1, #summary h2
42 { 44 {
43 font-weight: normal; 45 font-weight: normal;
44 margin: 0; 46 margin: 0;
45 } 47 }
46 48
47 #summary h1 49 #summary h1
48 { 50 {
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 #more-container.chrome #more-chrome, 558 #more-container.chrome #more-chrome,
557 #more-container.opera #more-opera, 559 #more-container.opera #more-opera,
558 #more-container.android #more-android, 560 #more-container.android #more-android,
559 #more-container.internet-explorer #more-internet-explorer, 561 #more-container.internet-explorer #more-internet-explorer,
560 #more-container.safari #more-safari, 562 #more-container.safari #more-safari,
561 #more-container.yandex-browser #more-yandex-browser, 563 #more-container.yandex-browser #more-yandex-browser,
562 #more-container.maxthon #more-maxthon 564 #more-container.maxthon #more-maxthon
563 { 565 {
564 background-color: #dbd4c7; 566 background-color: #dbd4c7;
565 } 567 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld