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

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

Issue 29673627: Issue 4797 - Separate white box and text from eyeo.com homepage banner (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Created Jan. 18, 2018, 4: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
OLDNEW
1 /* 1 /*
2 * Fonts 2 * Fonts
3 */ 3 */
4 4
5 @font-face 5 @font-face
6 { 6 {
7 font-family: 'Source Sans Pro'; 7 font-family: 'Source Sans Pro';
8 font-weight: 300; 8 font-weight: 300;
9 font-style: normal; 9 font-style: normal;
10 font-stretch: normal; 10 font-stretch: normal;
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 background-color: #fbfbfb; 812 background-color: #fbfbfb;
813 border-color: #b5b5b5; 813 border-color: #b5b5b5;
814 } 814 }
815 815
816 .page-title > *, 816 .page-title > *,
817 .content-block 817 .content-block
818 { 818 {
819 padding: 0 10px; 819 padding: 0 10px;
820 } 820 }
821 821
822 #home-image-container img 822 #home-image-container img
juliandoucette 2018/01/25 14:27:29 Why not remove this entire selector from this file
ire 2018/01/26 10:11:00 Done.
823 { 823 {
824 display: block; 824 display: block;
825 width: 100%; 825 width: 100%;
826 max-width: 1080px;
827 margin: 0 auto;
828 } 826 }
829 827
830 #jobs-overview-tab 828 #jobs-overview-tab
831 { 829 {
832 display: none; 830 display: none;
833 } 831 }
834 832
835 #hiring-badges 833 #hiring-badges
836 { 834 {
837 width: 100%; 835 width: 100%;
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 padding-right: .1em; 982 padding-right: .1em;
985 border-right-width: 1px; 983 border-right-width: 1px;
986 border-right-width: 1px; 984 border-right-width: 1px;
987 } 985 }
988 986
989 #panels-openings 987 #panels-openings
990 { 988 {
991 margin-top: -40px; 989 margin-top: -40px;
992 } 990 }
993 } 991 }
OLDNEW
« pages/index.tmpl ('K') | « pages/index.tmpl ('k') | static/images/eyeo-home-1x.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld