feat: make site policy actually useful (totally didnt forget to commit this)
This commit is contained in:
parent
829308315c
commit
e02f9154a9
2 changed files with 84 additions and 49 deletions
|
|
@ -115,4 +115,39 @@ body {
|
|||
|
||||
.text-link::selection {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.ietf-meta {
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.4;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
padding: 15px;
|
||||
border-radius: 5px;
|
||||
font-family: monospace;
|
||||
color: #fff;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid rgba(255, 255, 255, 0.3);
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.author-address {
|
||||
margin-top: 40px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
Loading…
Reference in a new issue