mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
init master server configuration
This commit is contained in:
parent
741f6a3227
commit
acec164041
5 changed files with 29 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue