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

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

Issue 5932042894180352: Issue 2108 - hreflang ads extra flag after migration from Anwiki to CMS (Closed)
Patch Set: Created April 8, 2015, 12:41 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 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 a[hreflang="de"]:not(:lang(de)):after 233 a[hreflang="de"]:not(:lang(de)):after
234 { 234 {
235 background-position: -34px 0px; 235 background-position: -34px 0px;
236 } 236 }
237 237
238 a[hreflang="en"]:not(:lang(en)):after 238 a[hreflang="en"]:not(:lang(en)):after
239 { 239 {
240 background-position: -51px 0px; 240 background-position: -51px 0px;
241 } 241 }
242 242
243 #language-selector a:after
244 {
245 display: none;
246 }
247
243 #logo 248 #logo
244 { 249 {
245 position: absolute; 250 position: absolute;
246 width: 128px; 251 width: 128px;
247 height: 128px; 252 height: 128px;
248 background-position: -83px -83px; 253 background-position: -83px -83px;
249 } 254 }
250 255
251 #content h1 256 #content h1
252 { 257 {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 379
375 div.animation[started="false"] 380 div.animation[started="false"]
376 { 381 {
377 cursor: pointer; 382 cursor: pointer;
378 } 383 }
379 384
380 div.animation[started="true"] 385 div.animation[started="true"]
381 { 386 {
382 -moz-user-select: none; 387 -moz-user-select: none;
383 } 388 }
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