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

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

Issue 29349015: Issue 4301 - Add Privacy Policy to Eyeo.com (Closed)
Left Patch Set: replaced space characters Created Aug. 16, 2016, 9:41 a.m.
Right Patch Set: Addressed Julian's comments Created Aug. 16, 2016, 10:17 a.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 | « pages/privacy.md ('k') | templates/default.tmpl » ('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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 { 223 {
224 clear: both; 224 clear: both;
225 } 225 }
226 226
227 #footer 227 #footer
228 { 228 {
229 color: #666; 229 color: #666;
230 background-color: #252525; 230 background-color: #252525;
231 padding-top: 30px; 231 padding-top: 30px;
232 padding-bottom: 50px; 232 padding-bottom: 50px;
233 font-size: 12px;
234 } 233 }
235 234
236 #footer a 235 #footer a
237 { 236 {
238 color: #c2c2c2; 237 color: #c2c2c2;
239 } 238 }
240 239
241 #footer a:hover 240 #footer a:hover
242 { 241 {
243 color: #ffffff; 242 color: #ffffff;
244 } 243 }
245 244
246 #footer-links 245 #footer-links
247 { 246 {
248 float: right; 247 float: right;
249 margin-right: 10px; 248 margin-right: 10px;
249 font-size: 12px;
250 } 250 }
251 251
252 #footer-links a 252 #footer-links a
253 { 253 {
254 display: block; 254 display: block;
255 text-align: right; 255 text-align: right;
256 } 256 }
257 257
258 #footer #to-top 258 #footer #to-top
259 { 259 {
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 padding-right: .1em; 926 padding-right: .1em;
927 border-right-width: 1px; 927 border-right-width: 1px;
928 border-right-width: 1px; 928 border-right-width: 1px;
929 } 929 }
930 930
931 #panels-openings 931 #panels-openings
932 { 932 {
933 margin-top: -40px; 933 margin-top: -40px;
934 } 934 }
935 } 935 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld