mirror of https://github.com/docker/docs.git
Remove img.with-border style
The border was barely visible, was only used in a single place, and didn't add much. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b9395f0d68
commit
9c5976456c
|
@ -116,10 +116,6 @@ a.gs-title {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.with-border {
|
|
||||||
border: 1px solid #eaeaea;
|
|
||||||
}
|
|
||||||
|
|
||||||
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
|
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
|
||||||
display: none!important;
|
display: none!important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -234,8 +234,7 @@ experience conflicts, remove `/usr/local/bin/kubectl`.
|
||||||
The status of Kubernetes shows in the Docker menu and the context points to
|
The status of Kubernetes shows in the Docker menu and the context points to
|
||||||
`docker-desktop`.
|
`docker-desktop`.
|
||||||
|
|
||||||
{: .with-border
|
{: width="400px"}
|
||||||
width="400px"}
|
|
||||||
|
|
||||||
- By default, Kubernetes containers are hidden from commands like `docker
|
- By default, Kubernetes containers are hidden from commands like `docker
|
||||||
service ls`, because managing them manually is not supported. To make them
|
service ls`, because managing them manually is not supported. To make them
|
||||||
|
|
Loading…
Reference in New Issue