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

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

Issue 29349015: Issue 4301 - Add Privacy Policy to Eyeo.com (Closed)
Patch Set: Created Aug. 3, 2016, 3:14 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 #footer a 236 #footer a
237 { 237 {
238 color: #c2c2c2; 238 color: #c2c2c2;
239 } 239 }
240 240
241 #footer a:hover 241 #footer a:hover
242 { 242 {
243 color: #ffffff; 243 color: #ffffff;
244 } 244 }
245 245
246 #footer-contact 246 #footer-links
247 { 247 {
248 float: right; 248 float: right;
249 margin-right: 10px; 249 margin-right: 10px;
250 } 250 }
251 251
252 #footer-links a
253 {
254 display: block;
255 text-align: right;
256 }
257
252 #footer #to-top 258 #footer #to-top
253 { 259 {
254 background-color: #fff; 260 background-color: #fff;
255 box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); 261 box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
256 outline-width: 0; 262 outline-width: 0;
257 width: 28px; 263 width: 28px;
258 height: 28px; 264 height: 28px;
259 position: fixed; 265 position: fixed;
260 bottom: 37px; 266 bottom: 37px;
261 right: 20px; 267 right: 20px;
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 padding-right: .1em; 926 padding-right: .1em;
921 border-right-width: 1px; 927 border-right-width: 1px;
922 border-right-width: 1px; 928 border-right-width: 1px;
923 } 929 }
924 930
925 #panels-openings 931 #panels-openings
926 { 932 {
927 margin-top: -40px; 933 margin-top: -40px;
928 } 934 }
929 } 935 }
OLDNEW

Powered by Google App Engine
This is Rietveld