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

Side by Side Diff: static/css/main.css

Issue 29721780: Fixes #33 - Adjustments to features section of index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #5 Created March 14, 2018, 1:54 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 | « static/css/index.css ('k') | 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 margin: 0; 9 margin: 0;
10 /* Start below fixed navbar */ 10 /* Start below fixed navbar */
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 display: none; 689 display: none;
690 } 690 }
691 691
692 /* overriding display:none above */ 692 /* overriding display:none above */
693 #footer #social-list 693 #footer #social-list
694 { 694 {
695 display: block; 695 display: block;
696 } 696 }
697 } 697 }
698 698
699 /* Items
700 *****************************************************************************/
701
702 .item-group,
703 .item-body
704 {
705 margin-top: 1em;
706 margin-bottom: 1em;
707 }
708
709 .item
710 {
711 padding-top: 2em;
712 padding-bottom: 2em;
713 }
714
715 .item-heading
716 {
717 text-transform: uppercase;
718 }
719
720 /* Video 699 /* Video
721 ****************************************************************************/ 700 ****************************************************************************/
722 701
723 .video-parent 702 .video-parent
724 { 703 {
725 position: relative; 704 position: relative;
726 display: block; 705 display: block;
727 width: 100%; 706 width: 100%;
728 padding: 0; 707 padding: 0;
729 border: 1px solid #c9c9c9; 708 border: 1px solid #c9c9c9;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 left: 50%; 773 left: 50%;
795 width: 80px; 774 width: 80px;
796 margin-top: -60px; 775 margin-top: -60px;
797 margin-left: -40px; 776 margin-left: -40px;
798 } 777 }
799 778
800 .hide-disclaimer .video-play 779 .hide-disclaimer .video-play
801 { 780 {
802 margin-top: -40px; 781 margin-top: -40px;
803 } 782 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld