blob: cb503d42d3f9ca423f2ab572abf1a5ca16538d15 (
plain)
1
2
3
4
5
6
7
8
9
10
|
p#license {
background: #222;
box-sizing: border-box;
font-family: 'Lucida Console';
font-size: 8pt;
max-height: 300px;
overflow-y: auto;
padding: 20px;
text-align: center;
}
|