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

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

Issue 29354725: Issue 4461 - update Eyeo logo (Closed)
Left Patch Set: Reverted to initial implementation Created Sept. 27, 2016, 2:27 p.m.
Right Patch Set: Fixed logo size and alignment Created Sept. 27, 2016, 7:32 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/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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 } 119 }
120 120
121 #header.top .content-block 121 #header.top .content-block
122 { 122 {
123 padding: 20px 10px; 123 padding: 20px 10px;
124 } 124 }
125 125
126 #logo 126 #logo
127 { 127 {
128 position: absolute; 128 position: absolute;
129 top: 7px; 129 top: 50%;
130 left: 10px; 130 left: 10px;
131 } 131 margin-top: -20px;
132 132 height: 40px;
133 #header.top #logo 133 }
134 { 134
135 top: 17px; 135 #logo img
136 {
137 height: 100%;
136 } 138 }
137 139
138 #header .menu-button 140 #header .menu-button
139 { 141 {
140 margin: 0px 0px 0px 20px; 142 margin: 0px 0px 0px 20px;
141 } 143 }
142 144
143 #menu 145 #menu
144 { 146 {
145 display: inline; 147 display: inline;
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 { 813 {
812 padding-top: 50px; 814 padding-top: 50px;
813 } 815 }
814 816
815 #header .content-block, 817 #header .content-block,
816 #header.top .content-block 818 #header.top .content-block
817 { 819 {
818 padding: 9px 10px; 820 padding: 9px 10px;
819 } 821 }
820 822
821 #header.top #logo 823 #logo
822 { 824 {
823 top: 7px; 825 top: 14px;
824 } 826 margin-top: 0px;
825 827 height: 22px;
826 #logo > img
827 {
828 height: 23px;
829 margin-top: 7px;
830 } 828 }
831 829
832 #menu 830 #menu
833 { 831 {
834 display: none; 832 display: none;
835 } 833 }
836 834
837 #menu.open 835 #menu.open
838 { 836 {
839 display: block; 837 display: block;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 padding-right: .1em; 925 padding-right: .1em;
928 border-right-width: 1px; 926 border-right-width: 1px;
929 border-right-width: 1px; 927 border-right-width: 1px;
930 } 928 }
931 929
932 #panels-openings 930 #panels-openings
933 { 931 {
934 margin-top: -40px; 932 margin-top: -40px;
935 } 933 }
936 } 934 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld