Overview
| Comment: | [fx] remove useless code in css |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext2 |
| Files: | files | file ages | folders |
| SHA3-256: |
efd5e428ceb3ed52e034bc74b0576ea9 |
| User & Date: | olr on 2017-08-30 13:20:52 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-08-30
| ||
| 13:30 | [fx] fix conjugueur HTML check-in: 3886155ba8 user: olr tags: fx, webext2 | |
| 13:20 | [fx] remove useless code in css check-in: efd5e428ce user: olr tags: fx, webext2 | |
| 13:16 | [fx] images for help section check-in: 0f9f4d092e user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/content_scripts/panels_content.css from [076476015d] to [ad181a0e22].
1 2 3 4 5 |
/*
CSS
Content panels for Grammalecte
*/
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 |
/*
CSS
Content panels for Grammalecte
*/
.grammalecte_panel {
padding: 0;
margin: 0;
position: fixed;
z-index: 100;
border: 2px solid hsl(210, 0%, 50%);
border-radius: 10px 10px 10px 10px;
|
| ︙ | ︙ |