| OLD | NEW |
| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 text-align: center; | 376 text-align: center; |
| 377 } | 377 } |
| 378 | 378 |
| 379 .profile | 379 .profile |
| 380 { | 380 { |
| 381 text-align: center; | 381 text-align: center; |
| 382 margin-top: 0px; | 382 margin-top: 0px; |
| 383 margin-bottom: 30px; | 383 margin-bottom: 30px; |
| 384 } | 384 } |
| 385 | 385 |
| 386 .profile-image | 386 .profile-image, |
| 387 .country-image |
| 387 { | 388 { |
| 388 border-radius: 200px; | 389 border-radius: 200px; |
| 389 } | 390 } |
| 390 | 391 |
| 392 .country-image |
| 393 { |
| 394 position: absolute; |
| 395 bottom: 0px; |
| 396 left: 50%; |
| 397 margin-left: 30px; |
| 398 } |
| 399 |
| 391 .profile h1 | 400 .profile h1 |
| 392 { | 401 { |
| 393 font-size: 20px; | 402 font-size: 20px; |
| 394 margin-bottom: 0.3em; | 403 margin-bottom: 0.3em; |
| 395 } | 404 } |
| 396 | 405 |
| 397 .profile h2 | 406 .profile h2 |
| 398 { | 407 { |
| 399 font-size: 14px; | 408 font-size: 14px; |
| 400 font-weight: normal; | 409 font-weight: normal; |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 -webkit-box-sizing: border-box; | 447 -webkit-box-sizing: border-box; |
| 439 -moz-box-sizing: border-box; | 448 -moz-box-sizing: border-box; |
| 440 -ms-box-sizing: border-box; | 449 -ms-box-sizing: border-box; |
| 441 box-sizing: border-box; | 450 box-sizing: border-box; |
| 442 float: left; | 451 float: left; |
| 443 margin-left: 2.5%; | 452 margin-left: 2.5%; |
| 444 } | 453 } |
| 445 | 454 |
| 446 .column > :first-child | 455 .column > :first-child |
| 447 { | 456 { |
| 457 position: relative; |
| 448 margin-top: 0; | 458 margin-top: 0; |
| 449 } | 459 } |
| 450 | 460 |
| 451 .one-sidebar .column | 461 .one-sidebar .column |
| 452 { | 462 { |
| 453 width: 74.375%; | 463 width: 74.375%; |
| 454 } | 464 } |
| 455 | 465 |
| 456 .two-columns .column, | 466 .two-columns .column, |
| 457 .two-sidebars .column | 467 .two-sidebars .column |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 padding-right: .1em; | 823 padding-right: .1em; |
| 814 border-right-width: 1px; | 824 border-right-width: 1px; |
| 815 border-right-width: 1px; | 825 border-right-width: 1px; |
| 816 } | 826 } |
| 817 | 827 |
| 818 #panels-openings | 828 #panels-openings |
| 819 { | 829 { |
| 820 margin-top: -40px; | 830 margin-top: -40px; |
| 821 } | 831 } |
| 822 } | 832 } |
| OLD | NEW |