add license notice
This commit is contained in:
parent
a8c87fdd56
commit
23305479e6
2 changed files with 22 additions and 0 deletions
|
|
@ -110,3 +110,22 @@ pre {
|
|||
code {
|
||||
font-family: "Source Code VF";
|
||||
}
|
||||
|
||||
#license {
|
||||
margin: 0;
|
||||
margin-left: auto;
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
@media(max-width: 700px) {
|
||||
#license {
|
||||
float: left;
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
#license a {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue