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

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

Issue 29332433: Issue 3366 - Add tab for press releases to eyeo.com/press (Closed)
Left Patch Set: Addressed Thomas Comments Created Dec. 11, 2015, 7:13 p.m.
Right Patch Set: Addressed Thomas comments Created Dec. 14, 2015, 4:27 p.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
LEFTRIGHT
(Both sides are equal)
1 /* 1 /*
2 * Fonts 2 * Fonts
3 */ 3 */
4 @font-face { 4 @font-face {
5 font-family: "Lato"; 5 font-family: "Lato";
6 font-style: normal; 6 font-style: normal;
7 font-weight: 400; 7 font-weight: 400;
8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff'); 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff');
9 } 9 }
10 @font-face { 10 @font-face {
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 padding-right: .1em; 848 padding-right: .1em;
849 border-right-width: 1px; 849 border-right-width: 1px;
850 border-right-width: 1px; 850 border-right-width: 1px;
851 } 851 }
852 852
853 #panels-openings 853 #panels-openings
854 { 854 {
855 margin-top: -40px; 855 margin-top: -40px;
856 } 856 }
857 } 857 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld