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

Delta Between Two Patch Sets: static/css/index.css

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
Left Patch Set: Created Nov. 24, 2015, 4:38 p.m.
Right Patch Set: Add replacement message Created Nov. 25, 2015, 5:11 p.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 | « includes/index.tmpl ('k') | static/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
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 162
163 html[lang="fr"] .license-note.lang-fr 163 html[lang="fr"] .license-note.lang-fr
164 { 164 {
165 display: inline; 165 display: inline;
166 } 166 }
167 167
168 html[dir="rtl"] #summary li .sprite 168 html[dir="rtl"] #summary li .sprite
169 { 169 {
170 margin-right: -17px; 170 margin-right: -17px;
171 margin-left: 0px; 171 margin-left: 0px;
172 }
173
174 h3.edge-message
175 {
176 color: #2d79c0;
172 } 177 }
173 178
174 /* This cannot be just .install-button because a:link will have a higher 179 /* This cannot be just .install-button because a:link will have a higher
175 specificity otherwise (overrides text color) */ 180 specificity otherwise (overrides text color) */
176 #install .install-button 181 #install .install-button
177 { 182 {
178 display: none; 183 display: none;
179 position: relative; 184 position: relative;
180 width: 305px; 185 width: 305px;
181 height: 50px; 186 height: 50px;
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 #more-container.opera #more-opera, 651 #more-container.opera #more-opera,
647 #more-container.android #more-android, 652 #more-container.android #more-android,
648 #more-container.internet-explorer #more-internet-explorer, 653 #more-container.internet-explorer #more-internet-explorer,
649 #more-container.safari #more-safari, 654 #more-container.safari #more-safari,
650 #more-container.yandex-browser #more-yandex-browser, 655 #more-container.yandex-browser #more-yandex-browser,
651 #more-container.maxthon #more-maxthon 656 #more-container.maxthon #more-maxthon
652 #more-container.edge #more-edge 657 #more-container.edge #more-edge
653 { 658 {
654 background-color: #dbd4c7; 659 background-color: #dbd4c7;
655 } 660 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld