Differences From Artifact [1adc42b15c]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [e6928651ef] at 2017-10-23 10:37:05 on branch trunk — [fx] CSS: prevent some modifications from webpage (user: olr, size: 8214) [annotate] [blame] [check-ins using]
To Artifact [ce33f0f465]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [6ca9a6e85f] at 2017-10-24 11:51:18 on branch trunk — [fx] CSS: text-align: left, for paragraphs (user: olr, size: 8236) [annotate] [blame] [check-ins using]
| ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 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%);
}
/*
|
| ︙ |