Use static content for code of conduct (#9355)
Move the code of conduct page under /community Add redirect Use text from CNCF COC and note the revision we imported it at Add note to top of imported file not to edit it directly
This commit is contained in:
committed by
k8s-ci-robot
parent
c9fe098230
commit
85e3040dfa
@@ -0,0 +1,19 @@
|
||||
div.community_main h1, h2, h3 {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
margin-bottom: 30px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
div.community_main {
|
||||
padding: 50px 100px;
|
||||
}
|
||||
|
||||
div.community_main ul,
|
||||
div.community_main li {
|
||||
list-style: disc;
|
||||
list-style-position: inside;
|
||||
padding: 10px 0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
Reference in New Issue
Block a user