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

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

Issue 29487683: Issue 5221 - Updated jobs page text on eyeo.com (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Addressed Ire's comments Created July 14, 2017, 10:44 a.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 | « pages/jobs/index.tmpl ('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 * 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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 input[type="tel"]:focus, 788 input[type="tel"]:focus,
789 input[type="number"]:focus, 789 input[type="number"]:focus,
790 input[type="range"]:focus, 790 input[type="range"]:focus,
791 input[type="date"]:focus, 791 input[type="date"]:focus,
792 textarea:focus 792 textarea:focus
793 { 793 {
794 background-color: #fbfbfb; 794 background-color: #fbfbfb;
795 border-color: #b5b5b5; 795 border-color: #b5b5b5;
796 } 796 }
797 797
798 header > *, .content-block 798 .page-title > *,
799 .content-block
799 { 800 {
800 padding: 0 10px; 801 padding: 0 10px;
801 } 802 }
802 803
803 #home-image-container img 804 #home-image-container img
804 { 805 {
805 width: 100%; 806 width: 100%;
806 max-width: 1080px; 807 max-width: 1080px;
807 } 808 }
808 809
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 padding-right: .1em; 964 padding-right: .1em;
964 border-right-width: 1px; 965 border-right-width: 1px;
965 border-right-width: 1px; 966 border-right-width: 1px;
966 } 967 }
967 968
968 #panels-openings 969 #panels-openings
969 { 970 {
970 margin-top: -40px; 971 margin-top: -40px;
971 } 972 }
972 } 973 }
OLDNEW
« no previous file with comments | « pages/jobs/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld