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

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

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Left Patch Set: Refactored markup & styles, added rtl styles, and fixed typo. Created July 19, 2016, 10:26 p.m.
Right Patch Set: Removed extra whitespace Created July 29, 2016, 10:52 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 | « pages/subscriptions.tmpl ('k') | static/css/main-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 * 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 .toc ul ul 316 .toc ul ul
317 { 317 {
318 padding-left: 40px; 318 padding-left: 40px;
319 } 319 }
320 320
321 .toc li 321 .toc li
322 { 322 {
323 margin: 4px 0; 323 margin: 4px 0;
324 } 324 }
325 325
326 .footer-main 326 #footer-main
327 { 327 {
328 display: block; 328 display: block;
329 background: white; 329 background: white;
330 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; 330 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc;
331 padding: 0; 331 padding: 0;
332 } 332 }
333 333
334 .footer-main nav h1, .footer-main nav li 334 #footer-main nav h1, #footer-main nav li
335 { 335 {
336 color: #444444; 336 color: #444444;
337 border-bottom: 1px solid #dedede; 337 border-bottom: 1px solid #dedede;
338 } 338 }
339 339
340 .footer-main h1 340 #footer-main h1
341 { 341 {
342 font-size: 16px; 342 font-size: 16px;
343 margin-top: 0; 343 margin-top: 0;
344 margin-bottom: 15px; 344 margin-bottom: 15px;
345 } 345 }
346 346
347 .footer-main nav li 347 #footer-main nav li
348 { 348 {
349 margin-bottom: 5px; 349 margin-bottom: 5px;
350 } 350 }
351 351
352 #social-list 352 #social-list
353 { 353 {
354 list-style: none; 354 list-style: none;
355 padding: 0; 355 padding: 0;
356 margin: 0; 356 margin: 0;
357 } 357 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 409
410 div.animation[started="false"] 410 div.animation[started="false"]
411 { 411 {
412 cursor: pointer; 412 cursor: pointer;
413 } 413 }
414 414
415 div.animation[started="true"] 415 div.animation[started="true"]
416 { 416 {
417 -moz-user-select: none; 417 -moz-user-select: none;
418 } 418 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld