Overview
Comment: | [fx] WebExt: add Oswald font as equivalent to Yanone K. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
ca229fd38268daa3e88ed38c659c6bb4 |
User & Date: | olr on 2017-09-28 10:27:40 |
Other Links: | manifest | tags |
Context
2017-09-28
| ||
10:28 | [fx] WebExt: animated button -> 3 cycles only check-in: 708600552e user: olr tags: trunk, fx | |
10:27 | [fx] WebExt: add Oswald font as equivalent to Yanone K. check-in: ca229fd382 user: olr tags: trunk, fx | |
09:29 | [fx] WebExt: adaptation to Chrome: Map can’t be sent via extension messaging interface check-in: 68fe952d73 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/panel/main.css from [e691764c17] to [4ea20bf8f5].
︙ | ︙ | |||
120 121 122 123 124 125 126 | min-width: calc(100% - 51px); height: 500px; overflow: auto; } #page h1 { margin: 0 0 10px 0; color: hsl(210, 50%, 50%); | | | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | min-width: calc(100% - 51px); height: 500px; overflow: auto; } #page h1 { margin: 0 0 10px 0; color: hsl(210, 50%, 50%); font: bold 30px 'Yanone Kaffeesatz', "Oswald", "Liberation Sans Narrow", sans-serif; } /* Home */ #home_page { |
︙ | ︙ | |||
156 157 158 159 160 161 162 | Help */ #help_page { display: none; padding: 20px; } #help_page h2 { | | | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | Help */ #help_page { display: none; padding: 20px; } #help_page h2 { font: bold 20px 'Yanone Kaffeesatz', "Oswald", "Liberation Sans Narrow", sans-serif; color: hsl(210, 50%, 50%); } #help_page .shortcut { margin-top: 10px; font-weight: bold; font-size: 13px; } |
︙ | ︙ |