Merge pull request #1663 from vmware-tanzu/css_fixes
Small css changes for docs web site
This commit is contained in:
commit
4e48388693
@ -106,6 +106,7 @@ authentication. There are several typical combinations of these settings:
|
|||||||
authenticate into Kubernetes clusters and perform actions on behalf of the users (using the user's identity):
|
authenticate into Kubernetes clusters and perform actions on behalf of the users (using the user's identity):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
spec:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
- authorization_code
|
- authorization_code
|
||||||
- refresh_token
|
- refresh_token
|
||||||
@ -122,6 +123,7 @@ authentication. There are several typical combinations of these settings:
|
|||||||
Kubernetes clusters.
|
Kubernetes clusters.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
spec:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
- authorization_code
|
- authorization_code
|
||||||
- refresh_token
|
- refresh_token
|
||||||
@ -138,6 +140,7 @@ authentication. There are several typical combinations of these settings:
|
|||||||
group memberships of the authenticated users, and cannot perform actions on Kubernetes clusters.
|
group memberships of the authenticated users, and cannot perform actions on Kubernetes clusters.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
spec:
|
||||||
allowedGrantTypes:
|
allowedGrantTypes:
|
||||||
- authorization_code
|
- authorization_code
|
||||||
- refresh_token
|
- refresh_token
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -59,7 +59,7 @@ li {
|
|||||||
display: inline;
|
display: inline;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.7em;
|
line-height: 1.6em;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
@ -9,8 +9,16 @@ code {
|
|||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
background: none;
|
background: none;
|
||||||
font-size: 100%;
|
font-size: 14px;
|
||||||
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
pre.chroma {
|
||||||
|
padding: 10px;
|
||||||
|
code {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.highlight pre codesite/sidebar/reorganize {
|
.highlight pre codesite/sidebar/reorganize {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user