| Index: skin/desktop-options.css |
| =================================================================== |
| --- a/skin/desktop-options.css |
| +++ b/skin/desktop-options.css |
| @@ -20,7 +20,8 @@ |
| font-family: "Source Sans Pro"; |
| src: url(fonts/SourceSansPro-Light.woff); |
| /* local("Ø") forces using no local font called Source Sans Pro */ |
| - src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); |
| + src: local("Ø"), url("fonts/Source-Sans-Pro/300.woff2") format("woff2"), |
| + url(fonts/SourceSansPro-Light.woff) format("woff"); |
| font-weight: 300; |
| font-style: normal; |
| } |
| @@ -30,7 +31,8 @@ |
| font-family: "Source Sans Pro"; |
| src: url(fonts/SourceSansPro-Regular.woff); |
| /* local("Ø") forces using no local font called Source Sans Pro */ |
| - src: local("Ø"), url(fonts/SourceSansPro-Regular.woff) format("woff"); |
| + src: local("Ø"), url("fonts/Source-Sans-Pro/400.woff2") format("woff2"), |
| + url(fonts/SourceSansPro-Regular.woff) format("woff"); |
| font-style: normal; |
| } |
| @@ -39,7 +41,8 @@ |
| font-family: "Source Sans Pro"; |
| src: url(fonts/SourceSansPro-bold.woff); |
| /* local("Ø") forces using no local font called Source Sans Pro */ |
| - src: local("Ø"), url(fonts/SourceSansPro-bold.woff) format("woff"); |
| + src: local("Ø"), url("fonts/Source-Sans-Pro/700.woff2") format("woff2"), |
| + url(fonts/SourceSansPro-bold.woff) format("woff"); |
| font-weight: 700; |
| font-style: normal; |
| } |
| @@ -943,15 +946,17 @@ |
| vertical-align: middle; |
| } |
| -.cols .col5 |
| +.cols .col5, |
| +.th .col5 |
| { |
| margin: 0rem 1rem; |
| + align-self: center; |
| } |
| .th .col5:nth-of-type(1), |
| .table .col5:nth-of-type(1) |
| { |
| - flex: 4; |
| + flex: 5; |
| } |
| .th .col5:nth-of-type(2), |
| @@ -992,10 +997,10 @@ |
| padding: 0.5rem 0rem; |
| } |
| -.table.cols .state |
| +.table.cols .toggle |
| { |
| - -moz-margin-start: 1rem; |
| - -webkit-margin-start: 1rem; |
| + -moz-margin-end: 0.5rem; |
| + -webkit-margin-end: 0.5rem; |
| } |
| .table.cols .gear |