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

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

Issue 5951041782677504: Issue 2305 - Update Logo on Eyeo Website (Closed)
Patch Set: Compressed logo Created May 26, 2015, 10:17 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 | « no previous file | static/images/tog_logo.png » ('j') | 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 @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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 118
119 #header-content 119 #header-content
120 { 120 {
121 display: table; 121 display: table;
122 width: 100%; 122 width: 100%;
123 } 123 }
124 124
125 #logo 125 #logo
126 { 126 {
127 display: table-cell; 127 display: table-cell;
128 padding: 20px 0; 128 padding: 13px 0;
129 } 129 }
130 130
131 #header.fixed #logo 131 #header.fixed #logo
132 { 132 {
133 padding: 5px 0; 133 padding: 5px 0;
134 } 134 }
135 135
136 #menu 136 #menu
137 { 137 {
138 display: table-cell; 138 display: table-cell;
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 padding-right: .1em; 830 padding-right: .1em;
831 border-right-width: 1px; 831 border-right-width: 1px;
832 border-right-width: 1px; 832 border-right-width: 1px;
833 } 833 }
834 834
835 #panels-openings 835 #panels-openings
836 { 836 {
837 margin-top: -40px; 837 margin-top: -40px;
838 } 838 }
839 } 839 }
OLDNEW
« no previous file with comments | « no previous file | static/images/tog_logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld