Grammalecte  Diff

Differences From Artifact [2e15bdec95]:

To Artifact [4703efb0b2]:


1
2
3
4


5
6

7
8
9
10

11
12
13
14
15
16
17
1
2
3
4
5
6
7

8
9
10
11

12
13
14
15
16
17
18
19




+
+

-
+



-
+







/*
    Grammar checker
*/
div#grammalecte_gc_panel_content {
    position: absolute;
    height: 100%;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

div.grammalecte_paragraph_block {
    margin: 0 0 5px 0;
    margin: 5px 5px 0 5px;
}

p.grammalecte_paragraph {
    margin: 0;
    padding: 12px;
    background-color: hsl(0, 0%, 96%);
    border-radius: 2px;