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

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

Issue 6475863969234944: Issue 2617 - Remove GmbH from logo and make it compatible with small screens [eyeo.com] (Closed)
Left Patch Set: Created June 2, 2015, 10:45 a.m.
Right Patch Set: removed cosmetical changes Created June 4, 2015, 6:22 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
« no previous file with change/comment | « no previous file | static/images/tog_logo.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 } 787 }
788 788
789 #menu .menu-list 789 #menu .menu-list
790 { 790 {
791 clear: both; 791 clear: both;
792 margin-left: -150px; 792 margin-left: -150px;
793 } 793 }
794 794
795 #menu .menu-button 795 #menu .menu-button
796 { 796 {
797 margin-top: 13px; 797 margin-top: 5px;
798 margin-bottom: 10px;
799 } 798 }
800 799
801 #press-info .sidebar-left 800 #press-info .sidebar-left
802 { 801 {
803 text-align: inherit; 802 text-align: inherit;
804 } 803 }
805 804
806 .no-mobile 805 .no-mobile
807 { 806 {
808 display: none; 807 display: none;
(...skipping 22 matching lines...) Expand all
831 padding-right: .1em; 830 padding-right: .1em;
832 border-right-width: 1px; 831 border-right-width: 1px;
833 border-right-width: 1px; 832 border-right-width: 1px;
834 } 833 }
835 834
836 #panels-openings 835 #panels-openings
837 { 836 {
838 margin-top: -40px; 837 margin-top: -40px;
839 } 838 }
840 } 839 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld