| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 } | 508 } |
| 509 | 509 |
| 510 .ui-tabs-nav:after | 510 .ui-tabs-nav:after |
| 511 { | 511 { |
| 512 clear: both; | 512 clear: both; |
| 513 } | 513 } |
| 514 | 514 |
| 515 .ui-tabs-nav li | 515 .ui-tabs-nav li |
| 516 { | 516 { |
| 517 background-color: #FBFBFB; | 517 background-color: #FBFBFB; |
| 518 white-space: nowrap; | |
| 519 padding: 0; | 518 padding: 0; |
| 520 background-image: none; | 519 background-image: none; |
| 521 list-style: none; | 520 list-style: none; |
| 522 float: left; | 521 float: left; |
| 523 margin: 0; | 522 margin: 0; |
| 524 | 523 |
| 525 border: 1px solid #E1E1E1; | 524 border: 1px solid #E1E1E1; |
| 526 border-left: none; | 525 border-left: none; |
| 527 border-bottom-color: #CFCFCF; | 526 border-bottom-color: #CFCFCF; |
| 528 border-top-left-radius: 3px; | 527 border-top-left-radius: 3px; |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 padding-right: .1em; | 822 padding-right: .1em; |
| 824 border-right-width: 1px; | 823 border-right-width: 1px; |
| 825 border-right-width: 1px; | 824 border-right-width: 1px; |
| 826 } | 825 } |
| 827 | 826 |
| 828 #panels-openings | 827 #panels-openings |
| 829 { | 828 { |
| 830 margin-top: -40px; | 829 margin-top: -40px; |
| 831 } | 830 } |
| 832 } | 831 } |
| OLD | NEW |