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 5513912812306432: Issue 1659 - GPL 3 license to our French homepage (Infrastructure) (Closed)
Left Patch Set: Created Dec. 9, 2014, 5:23 p.m.
Right Patch Set: Created Dec. 10, 2014, 6:33 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 | no next file » | 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
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 width: 12px; 84 width: 12px;
85 height: 11px; 85 height: 11px;
86 margin-top: 4px; 86 margin-top: 4px;
87 margin-left: -17px; 87 margin-left: -17px;
88 margin-right: 0px; 88 margin-right: 0px;
89 background-image: url(../img/sprite-main.png); 89 background-image: url(../img/sprite-main.png);
90 background-repeat: no-repeat; 90 background-repeat: no-repeat;
91 background-position: -166px 0px; 91 background-position: -166px 0px;
92 } 92 }
93 93
94 .gpl-license 94 .license-note
Wladimir Palant 2014/12/09 20:34:12 It should be better to have the class name reflect
saroyanm 2014/12/10 06:43:04 Done.
95 { 95 {
96 display: none; 96 display: none;
97 font-weight: normal; 97 font-weight: normal;
98 } 98 }
99 99
100 html[lang="fr"] .gpl-license.lang-fr 100 html[lang="fr"] .license-note.lang-fr
101 { 101 {
102 display: inline; 102 display: inline;
103 } 103 }
104 104
105 html[dir="rtl"] #summary li .sprite 105 html[dir="rtl"] #summary li .sprite
106 { 106 {
107 margin-right: -17px; 107 margin-right: -17px;
108 margin-left: 0px; 108 margin-left: 0px;
109 } 109 }
110 110
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 544
545 #more-container.firefox #more-firefox, 545 #more-container.firefox #more-firefox,
546 #more-container.chrome #more-chrome, 546 #more-container.chrome #more-chrome,
547 #more-container.opera #more-opera, 547 #more-container.opera #more-opera,
548 #more-container.android #more-android, 548 #more-container.android #more-android,
549 #more-container.internet-explorer #more-internet-explorer, 549 #more-container.internet-explorer #more-internet-explorer,
550 #more-container.safari #more-safari 550 #more-container.safari #more-safari
551 { 551 {
552 background-color: #dbd4c7; 552 background-color: #dbd4c7;
553 } 553 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld