21 lines
248 B
CSS
21 lines
248 B
CSS
|
/* vim:sts=2:sw=2 */
|
||
|
#license {
|
||
|
margin-bottom: 10vh;
|
||
|
font-size: small;
|
||
|
text-align: center;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#license p {
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
#license a {
|
||
|
color: #ffffff;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
#license img {
|
||
|
width: 85%;
|
||
|
}
|