aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/dyna-rules.css
blob: 2a3a134e5ed7581f16dd8e0ac85189521942f09b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
div > p:first-child {
    margin-top: 0;
    }
div > p:last-child {
    margin-bottom: 0;
    }
#rulesEditor {
    font-size: small;
    width: 48em;
    height: 40em;
    white-space: pre;
    text-align: left;
    }
code {
    background-color: #eee;
    font: 11px monospace;
    padding: 2px 4px;
}