equal
deleted
inserted
replaced
428 |
428 |
429 .Ldt-RetweetIcon:active { |
429 .Ldt-RetweetIcon:active { |
430 background-position: 0 -16px; |
430 background-position: 0 -16px; |
431 } |
431 } |
432 |
432 |
|
433 /* styling of a "++" in a tweet */ |
|
434 .Ldt-PolemicPlusPlus { |
|
435 background-color: #1d973d; |
|
436 } |
|
437 |
|
438 /* styling of a "==" in a tweet */ |
|
439 .Ldt-PolemicEqualEqual { |
|
440 background-color: #5c8df1 |
|
441 } |
|
442 |
|
443 /* styling of a "--" in a tweet */ |
|
444 .Ldt-PolemicMinusMinus { |
|
445 background-color: #ce0a15; |
|
446 } |
|
447 |
|
448 /* styling of a "??" in a tweet */ |
|
449 .Ldt-PolemicQuestion { |
|
450 background-color: #c5a62d; |
|
451 } |
|
452 |
433 /* the styling of a spacer div */ |
453 /* the styling of a spacer div */ |
434 .Ldt-spacer { |
454 .Ldt-spacer { |
435 background-color:#eeeeee; |
455 background-color:#eeeeee; |
436 } |
456 } |