aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/settings.css
blob: 0496dbd220c6496df92ce9ccae805688bbb795c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ul {
    padding-left: 1em;
    }
ul#userSettings {
    padding-left: 0;
    }
li {
    margin-top: 0.25em;
    }
ul#userSettings {
    list-style-type: none;
    }
#localData > ul > li {
    margin-top: 1em;
    }
#localData > ul > li > ul > li:nth-of-type(2) {
    font-family: monospace;
    }
#experimental-enabled {
    margin-top: 1em;
    }