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

Side by Side Diff: anwiki/_override-static/global/global/css/index.css

Issue 5513912812306432: Issue 1659 - GPL 3 license to our French homepage (Infrastructure) (Closed)
Patch Set: Created Dec. 9, 2014, 5:23 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 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
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 {
96 display: none;
97 font-weight: normal;
98 }
99
100 html[lang="fr"] .gpl-license.lang-fr
101 {
102 display: inline;
103 }
104
94 html[dir="rtl"] #summary li .sprite 105 html[dir="rtl"] #summary li .sprite
95 { 106 {
96 margin-right: -17px; 107 margin-right: -17px;
97 margin-left: 0px; 108 margin-left: 0px;
98 } 109 }
99 110
100 /* This cannot be just .install-button because a:link will have a higher 111 /* This cannot be just .install-button because a:link will have a higher
101 specificity otherwise (overrides text color) */ 112 specificity otherwise (overrides text color) */
102 #install .install-button 113 #install .install-button
103 { 114 {
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 544
534 #more-container.firefox #more-firefox, 545 #more-container.firefox #more-firefox,
535 #more-container.chrome #more-chrome, 546 #more-container.chrome #more-chrome,
536 #more-container.opera #more-opera, 547 #more-container.opera #more-opera,
537 #more-container.android #more-android, 548 #more-container.android #more-android,
538 #more-container.internet-explorer #more-internet-explorer, 549 #more-container.internet-explorer #more-internet-explorer,
539 #more-container.safari #more-safari 550 #more-container.safari #more-safari
540 { 551 {
541 background-color: #dbd4c7; 552 background-color: #dbd4c7;
542 } 553 }
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