Overview
| Comment: | [fx] CSS: text-align: left, for paragraphs |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
6ca9a6e85f3b7bb3f80aec6783d17eba |
| User & Date: | olr on 2017-10-24 11:51:18 |
| Other Links: | manifest | tags |
Context
|
2017-10-24
| ||
| 11:59 | [core] fix tokentizer: two similar group name in regex check-in: 78199c4006 user: olr tags: trunk, core | |
| 11:51 | [fx] CSS: text-align: left, for paragraphs check-in: 6ca9a6e85f user: olr tags: trunk, fx | |
| 11:00 | [core] tokenization: folders check-in: 35c48d42a8 user: olr tags: trunk, core | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [1adc42b15c] to [ce33f0f465].
| ︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
.grammalecte_paragraph {
margin: 0;
padding: 10px;
background-color: hsl(0, 0%, 96%);
border-radius: 2px;
line-height: normal;
font-size: 14px;
font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
color: hsl(0, 0%, 0%);
}
/*
| > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
.grammalecte_paragraph {
margin: 0;
padding: 10px;
background-color: hsl(0, 0%, 96%);
border-radius: 2px;
line-height: normal;
text-align: left;
font-size: 14px;
font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
color: hsl(0, 0%, 0%);
}
/*
|
| ︙ | ︙ |