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

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

Issue 29359978: Issue 2293 - [French disclaimer text] Update French disclaimer text in ABP homepage (Closed)
Patch Set: Updated fr disclaimer on homepage to match other pages Created Oct. 27, 2016, 10:10 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') | 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 background-repeat: no-repeat; 153 background-repeat: no-repeat;
154 background-position: -166px 0px; 154 background-position: -166px 0px;
155 } 155 }
156 156
157 .license-note 157 .license-note
158 { 158 {
159 display: none; 159 display: none;
160 font-weight: normal; 160 font-weight: normal;
161 } 161 }
162 162
163 html[lang="fr"] .license-note.lang-fr
164 {
165 display: inline;
166 }
167
168 html[dir="rtl"] #summary li .sprite 163 html[dir="rtl"] #summary li .sprite
169 { 164 {
170 margin-right: -17px; 165 margin-right: -17px;
171 margin-left: 0px; 166 margin-left: 0px;
172 } 167 }
173 168
174 #content h3.edge-message, 169 #content h3.edge-message,
175 #content h3.edge-message a 170 #content h3.edge-message a
176 { 171 {
177 color: #2d79c0; 172 color: #2d79c0;
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 #content.chrome_ua-chrome .warning-platform.chrome, 505 #content.chrome_ua-chrome .warning-platform.chrome,
511 #content.opera_ua-opera .warning-platform.opera, 506 #content.opera_ua-opera .warning-platform.opera,
512 #content.internet-explorer_ua-internet-explorer .warning-platform.internet-explo rer, 507 #content.internet-explorer_ua-internet-explorer .warning-platform.internet-explo rer,
513 #content.safari_ua-safari .warning-platform.safari, 508 #content.safari_ua-safari .warning-platform.safari,
514 #content.yandex-browser_ua-yandex-browser .warning-platform.yandex-browser, 509 #content.yandex-browser_ua-yandex-browser .warning-platform.yandex-browser,
515 #content.maxthon_ua-maxthon .warning-platform.maxthon 510 #content.maxthon_ua-maxthon .warning-platform.maxthon
516 { 511 {
517 display: none; 512 display: none;
518 } 513 }
519 514
520 html[lang="fr"] .disclaimer.lang-fr
521 {
522 display: block;
523 }
524
525 #key-facts section 515 #key-facts section
526 { 516 {
527 display: inline-block; 517 display: inline-block;
528 } 518 }
529 519
530 #key-facts section h1 520 #key-facts section h1
531 { 521 {
532 margin-top: 0px; 522 margin-top: 0px;
533 } 523 }
534 524
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 #more-container.chrome #more-chrome, 655 #more-container.chrome #more-chrome,
666 #more-container.opera #more-opera, 656 #more-container.opera #more-opera,
667 #more-container.android #more-android, 657 #more-container.android #more-android,
668 #more-container.internet-explorer #more-internet-explorer, 658 #more-container.internet-explorer #more-internet-explorer,
669 #more-container.safari #more-safari, 659 #more-container.safari #more-safari,
670 #more-container.yandex-browser #more-yandex-browser, 660 #more-container.yandex-browser #more-yandex-browser,
671 #more-container.maxthon #more-maxthon 661 #more-container.maxthon #more-maxthon
672 #more-container.edge #more-edge 662 #more-container.edge #more-edge
673 { 663 {
674 background-color: #dbd4c7; 664 background-color: #dbd4c7;
675 } 665 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld