1.plugin_backup {
2  div.log {
3    max-height: 35em;
4    overflow: auto;
5    margin-bottom: 1em;
6    border: 1px solid @ini_border;
7    padding: 1em;
8    white-space: nowrap;
9  }
10
11  div.recent {
12    margin-top: 2em;
13    margin-bottom: 2em;
14  }
15}
16