1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
p#title { margin-bottom: 0; } p#author { font-size: 8pt; } div#license { background: #222; border-radius: 10px; box-sizing: border-box; font-family: 'Lucida Console'; font-size: 8pt; max-height: 300px; overflow-y: auto; padding: 20px; }