init master server configuration

This commit is contained in:
ghost 2024-01-09 22:11:15 +02:00
parent 741f6a3227
commit acec164041
5 changed files with 29 additions and 6 deletions

View file

@ -102,6 +102,8 @@ footer
display: block;
margin: 16px auto;
max-width: var(--container-max-width);
overflow: hidden;
position: relative;
}
/* framework */
@ -167,6 +169,16 @@ a.color-default:visited
text-align: right;
}
.float-left
{
float: left;
}
.float-right
{
float: right;
}
.border-default
{
border: 1px var(--color-default) solid;